The LocalizableString type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(KeyValuePairString, String) |
Adds an item to the ICollectionT.
| |
Add(String, String) |
Adds the specified key.
| |
Clear |
Removes all items from the ICollectionT.
| |
Clone |
Creates a new object that is a copy of the current instance.
| |
Contains |
Determines whether the ICollectionT contains a specific value.
| |
ContainsKey |
Determines whether the IDictionaryTKey, TValue contains an element with the specified key.
| |
CopyTo |
Copies to.
| |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Remove(KeyValuePairString, String) |
Removes the first occurrence of a specific object from the ICollectionT.
| |
Remove(String) |
Removes the element with the specified key from the IDictionaryTKey, TValue.
| |
ToString |
Returns a String that represents this instance using value of SelectedCulture.
(Overrides ValueTypeToString.) | |
ToString(String) |
Returns a String that represents this instance using specified culture.
| |
TryGetValue |
Tries the get value.
|
Extension Methods
Name | Description | |
---|---|---|
BatchKeyValuePairString, String | (Defined by ExtensionMethods.) | |
ExchangeOAuthAccessAvailable | (Defined by IDictionaryExtensions.) | |
ForeachKeyValuePairString, String | (Defined by ExtensionMethods.) | |
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetExchangeAuthInfo | (Defined by IDictionaryExtensions.) | |
GetExchangeMailbox | (Defined by IDictionaryExtensions.) | |
GetExchangeSetting | (Defined by IDictionaryExtensions.) | |
GetExchangeVersion | (Defined by IDictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) | |
GetNetworkCredential | (Defined by IDictionaryExtensions.) |
See Also