Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

A collection of LocalizedText objects.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class LocalizedTextCollection : List<LocalizedText>, 
	ICloneable
Visual Basic
Public Class LocalizedTextCollection _
	Inherits List(Of LocalizedText) _
	Implements ICloneable
Visual C++
public ref class LocalizedTextCollection : public List<LocalizedText^>, 
	ICloneable

Remarks

A strongly-typed collection of LocalizedText objects.

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'LocalizedText>)>)>
    Opc.Ua..::..LocalizedTextCollection

See Also