Click or drag to resize
EnumerableWrapperTObject Constructor
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public EnumerableWrapper(
	IEnumerable source
)

Parameters

source
Type: System.CollectionsIEnumerable
Source data
See Also