DefaultConcreteTypeRepositoryUnregister Method |
Unregisters the default type of the collection.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntaxpublic bool Unregister(
Type abstractCollectionType
)
Public Function Unregister (
abstractCollectionType As Type
) As Boolean
public:
bool Unregister(
Type^ abstractCollectionType
)
member Unregister :
abstractCollectionType : Type -> bool
Parameters
- abstractCollectionType
- Type: SystemType
Type of the abstract collection.
Return Value
Type:
Booleantrue if default collection type is removed successfully;
otherwise,
false.
See Also