| EnumerableDataContainerT Constructor | 
            Creates new instance from the given list
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
 Syntax
Syntaxpublic EnumerableDataContainer(
	IEnumerable<T> items
)
Parameters
- items
- Type: System.Collections.GenericIEnumerableT
 Items to build data container
 See Also
See Also