Click or drag to resize
DefaultConcreteTypeRepositoryUnregister Method
Unregisters the default type of the collection.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool Unregister(
	Type abstractCollectionType
)

Parameters

abstractCollectionType
Type: SystemType
Type of the abstract collection.

Return Value

Type: Boolean
true if default collection type is removed successfully; otherwise, false.
See Also