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