HierarchicalModelList Constructor
Initializes a new instance of the HierarchicalModelList class.
Namespace:
AdvantageCSP.HierarchicalModelDataSourceAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public HierarchicalModelList( IEnumerable<IHierarchyData> collection )
Parameters
- collection
- Type: IEnumerable<(Of <(<'IHierarchyData>)>)>
The collection whose elements are copied to the new list.