public CollectionConverter(
Type collectionType,
Type itemType
)
Public Sub New (
collectionType As Type,
itemType As Type
)
public:
CollectionConverter(
Type^ collectionType,
Type^ itemType
)
new :
collectionType : Type *
itemType : Type -> CollectionConverter