'Declaration Public Function New( _
ByVal sourceCollectionCollection which stores items of master collection.As System.Collections.Generic.IList(Of T) _
)
public MasterCollection<T>(
System.Collections.Generic.IList<T> sourceCollection
)
public: MasterCollection<T>(
System.Collections.Generic.IList<T*>* sourceCollection
)
public:
MasterCollection<T>(
System.Collections.Generic.IList<T^>^ sourceCollection
)
Parameters
- sourceCollection
- Collection which stores items of master collection.