LocalizedDictionaryK, V Methods |
The LocalizedDictionaryK, V generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds the item to the dictionaries. If englishkey or Localizedkey are null or empty then the item is only the primarykey will be used
|
![]() | Clear |
Clear the dictionaries
|
![]() | ClonePrimaryKeys | |
![]() | CloneValues | |
![]() | ContainsKey(String) | Determines whether the DictionaryTKey, TValue contains the specified key. |
![]() | ContainsKey(K) | Determines whether the DictionaryTKey, TValue contains the specified key. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the DictionaryTKey, TValue. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue(String, V) | Gets the value associated with the specified key. |
![]() | TryGetValue(K, V) | Gets the value associated with the specified key. |