Constable Authorization Engine 2.0 BETA

CollectionBaseTypeInfo Constructor 

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
Protected Sub New( _
   ByVal collectionType As Type, _
   ByVal itemType As Type, _
   ByVal vi As VisualInfo _
)
[C#]
protected CollectionBaseTypeInfo(
   Type collectionType,
   Type itemType,
   VisualInfo vi
);

See Also

CollectionBaseTypeInfo Class | LaMarvin.Constable.Design.TypeInfos Namespace