ExtTypeCodeMappingRemove Method (Byte) |
Removes the mapping with specified code.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public bool Remove(
byte typeCode
)
Public Function Remove (
typeCode As Byte
) As Boolean
public:
bool Remove(
unsigned char typeCode
)
member Remove :
typeCode : byte -> bool
Parameters
- typeCode
- Type: SystemByte
The type code of the ext type.
Return Value
Type:
Booleantrue if
typeCode was registered and has been removed successfully;
false, otherwise.
Exceptions See Also