OpcLocaleCollection Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcLocaleCollection type exposes the following members.

OpcLocaleCollection()

Initializes a new instance of the OpcLocaleCollection class.

C#

public OpcLocaleCollection()

OpcLocaleCollection(IList<String>)

Initializes a new instance of the OpcLocaleCollection class as a wrapper for the specified list.

C#

public OpcLocaleCollection(IList<string> list)


Parameters

list IList<String>

The IList´1 of String values to wrap.


Exceptions

ArgumentNullException

The list is a null reference (Nothing in Visual Basic).

Add(CultureInfo)

Adds the CultureInfo.Name of the culture to the end of the OpcLocaleCollection.

C#

public void Add(CultureInfo culture)


Parameters

culture CultureInfo

The CultureInfo its CultureInfo.Name is to be added to the end of the OpcLocaleCollection.



Exceptions

ArgumentNullException

The culture is a null reference (Nothing in Visual Basic).