Click or drag to resize
FlattenEnumerable Constructor
Constructor

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public FlattenEnumerable(
	IEnumerable items
)

Parameters

items
Type: System.CollectionsIEnumerable
Items to flatten
See Also