[SerializableAttribute]
public struct LocalizableString : IDictionary<string, string>,
ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>,
IEnumerable, ICloneable
<SerializableAttribute>
Public Structure LocalizableString
Implements IDictionary(Of String, String),
ICollection(Of KeyValuePair(Of String, String)), IEnumerable(Of KeyValuePair(Of String, String)),
IEnumerable, ICloneable
[SerializableAttribute]
public value class LocalizableString : IDictionary<String^, String^>,
ICollection<KeyValuePair<String^, String^>>, IEnumerable<KeyValuePair<String^, String^>>,
IEnumerable, ICloneable
[<SealedAttribute>]
[<SerializableAttribute>]
type LocalizableString =
struct
inherit ValueType
interface IDictionary<string, string>
interface ICollection<KeyValuePair<string, string>>
interface IEnumerable<KeyValuePair<string, string>>
interface IEnumerable
interface ICloneable
end
LocalizableString(IDictionaryString, String) | Initializes a new instance of the LocalizableString class. |
LocalizableString(String) | Initializes a new instance of the LocalizableString class. |
LocalizableString(IDictionaryString, String, String) | Initializes a new instance of the LocalizableString class. |
Count | Gets the number of elements contained in the ICollectionT. |
International | Gets or sets the international. |
IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. |
Item | Gets or sets the element with the specified key. |
Keys | Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue. |
SelectedCulture | Gets or sets the selected culture. |
Values | Gets an ICollectionT containing the values in the IDictionaryTKey, TValue. |
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. |
(DictionaryString, String to LocalizableString) | Creates a localizable string instance from dictionary. |
(String to LocalizableString) | Creates a localizable string instance from string. |
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) |