OpcLocaleCollection Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Represents a collection of String values identifying different cultures (also known as CultureInfo).

C#

public class OpcLocaleCollection : Collection<string>, IList<string>, ICollection<string>, IList, ICollection, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable


Inheritance ObjectCollection<String> › OpcLocaleCollection


Implements IList<String>, ICollection<String>, IList, ICollection, IReadOnlyList<String>, IReadOnlyCollection<String>, IEnumerable<String>, IEnumerable

Name Description
OpcLocaleCollection Initializes a new instance of the OpcLocaleCollection class.
OpcLocaleCollection(IList) Initializes a new instance of the OpcLocaleCollection class as a wrapper for the specified list.
Name Description
Add(CultureInfo) Adds the CultureInfo.Name of the culture to the end of the OpcLocaleCollection.