CharacterMappingDictionary.Remove Method (char)CharacterMappingDictionary.Remove Method (Char)CharacterMappingDictionary::Remove Method (char)
Removes the mapping of the specified character.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Parameters
- key
Type: System.CharSystem.CharSystem::Char
The mapped character to remove.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if the mapping was removed, or false
False
false
if no such mapping exists.