Click or drag to resize
EnumerableDataContainerT Constructor
Creates new instance from the given list

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public EnumerableDataContainer(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableT
Items to build data container
See Also