DefaultConcreteTypeRepositoryGet Method |
Gets the default type for the collection.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Type Get(
Type abstractCollectionType
)
Public Function Get (
abstractCollectionType As Type
) As Type
public:
Type^ Get(
Type^ abstractCollectionType
)
member Get :
abstractCollectionType : Type -> Type
Parameters
- abstractCollectionType
- Type: SystemType
Type of the abstract collection.
Return Value
Type:
Type
Type of default concrete collection.
If concrete collection type of
abstractCollectionType, then returns
null.
Exceptions Remarks
By default, following types are registered:
See Also