CollectionTemplate Constructor
Sets the colletions type of contents
[Visual Basic]Overloads Public Sub New( _
ByVal
collectionContents As
Type _
)
[C#]public CollectionTemplate(
Type collectionContents);
Parameters
- collectionContents
- The type of objects in the collection
See Also
CollectionTemplate Class | OrmLib Namespace