Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
A collection of LocalizedText objects.
Namespace: Opc.UaAssembly: 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
System.Collections.Generic..::..List<(Of <(<'LocalizedText>)>)>
Opc.Ua..::..LocalizedTextCollection