CharacterMappingDictionary.ContainsKey Method (char)CharacterMappingDictionary.ContainsKey Method (Char)CharacterMappingDictionary::ContainsKey Method (char)
Returns a value indicating whether the CharacterMappingDictionaryCharacterMappingDictionaryCharacterMappingDictionary contains a mapping for the character
specified by key.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Parameters
- key
Type: System.CharSystem.CharSystem::Char
The Unicode character to test.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if a mapping exists; otherwise false
False
false
.