 | Add (char, string)Add (Char, String)Add (char, String^) |
Adds a mapping from a character to a string.
|
 | Add (int, string)Add (Integer, String)Add (int, String^) |
Adds a mapping from a Unicode codepoint to a string.
|
 | ClearClearClear |
Removes all character mappings from the collection.
|
 | ContainsKey (char)ContainsKey (Char)ContainsKey (char) |
Returns a value indicating whether the CharacterMappingDictionaryCharacterMappingDictionaryCharacterMappingDictionary contains a mapping for the character
specified by key.
|
 | ContainsKey (int)ContainsKey (Integer)ContainsKey (int) |
Returns a value indicating whether the CharacterMappingDictionaryCharacterMappingDictionaryCharacterMappingDictionary contains a mapping for the given Unicode codepoint.
|
 | Object.EqualsObject.EqualsObject::Equals | Determines whether the specified objectObjectobject is equal to the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.FinalizeObject.FinalizeObject::Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | GetEnumeratorGetEnumeratorGetEnumerator |
Returns an enumerator that iterates through the character mapping.
|
 | Object.GetHashCodeObject.GetHashCodeObject::GetHashCode | Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.GetTypeObject.GetTypeObject::GetType | Gets the type of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone | Creates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Remove (char)Remove (Char)Remove (char) |
Removes the mapping of the specified character.
|
 | Remove (int)Remove (Integer)Remove (int) |
Removes the mapping of the specified Unicode codepoint.
|
 | Object.ToStringObject.ToStringObject::ToString | Returns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | TryGetValue (char, out string)TryGetValue (Char, ByRef String)TryGetValue (char, String^%) |
Gets the string to which key is mapped if such a mapping exists.
|
 | TryGetValue (int, out string)TryGetValue (Integer, ByRef String)TryGetValue (int, String^%) |
Gets the string to which a given Unicode codepoint is mapped if such a mapping exists.
|