Click or drag to resize

LocalizableString Methods

The LocalizableString type exposes the following members.

Methods
 NameDescription
Public methodAdd(KeyValuePairString, String) Adds an item to the ICollectionT.
Public methodAdd(String, String) Adds the specified key.
Public methodClear Removes all items from the ICollectionT.
Public methodClone Creates a new object that is a copy of the current instance.
Public methodContains Determines whether the ICollectionT contains a specific value.
Public methodContainsKey Determines whether the IDictionaryTKey, TValue contains an element with the specified key.
Public methodCopyTo Copies to.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemove(KeyValuePairString, String) Removes the first occurrence of a specific object from the ICollectionT.
Public methodRemove(String) Removes the element with the specified key from the IDictionaryTKey, TValue.
Public methodToString Returns a String that represents this instance using value of SelectedCulture.
(Overrides ValueTypeToString)
Public methodToString(String) Returns a String that represents this instance using specified culture.
Public methodTryGetValue Tries the get value.
Top
Extension Methods
See Also