Click or drag to resize
ExtTypeCodeMappingRemove Method (Byte)
Removes the mapping with specified code.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool Remove(
	byte typeCode
)

Parameters

typeCode
Type: SystemByte
The type code of the ext type.

Return Value

Type: Boolean
true if typeCode was registered and has been removed successfully; false, otherwise.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiontypeCode is greater than 0x7F.
See Also