LocalizedStringDictionary Class |
Used to define and access culture-specific values.
Inheritance Hierarchy Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic sealed class LocalizedStringDictionary : IDictionary<string, string>,
ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>,
IEnumerable
Public NotInheritable Class LocalizedStringDictionary
Implements IDictionary(Of String, String),
ICollection(Of KeyValuePair(Of String, String)), IEnumerable(Of KeyValuePair(Of String, String)),
IEnumerable
public ref class LocalizedStringDictionary sealed : IDictionary<String^, String^>,
ICollection<KeyValuePair<String^, String^>>, IEnumerable<KeyValuePair<String^, String^>>,
IEnumerable
[<SealedAttribute>]
type LocalizedStringDictionary =
class
interface IDictionary<string, string>
interface ICollection<KeyValuePair<string, string>>
interface IEnumerable<KeyValuePair<string, string>>
interface IEnumerable
endThe LocalizedStringDictionary type exposes the following members.
Constructors
Properties
Methods
Extension Methods
Thread SafetyAny public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also