Click or drag to resize
ExtTypeCodeMappingRemove Method (String)
Removes the mapping with specified name.

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

Parameters

name
Type: SystemString
The name of the ext type.

Return Value

Type: Boolean
true if name was registered and has been removed successfully; false, otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
ArgumentExceptionname is empty.
See Also