.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.LocalizedTextCollection Class Reference

A collection of LocalizedText values. More...

Inherits List< LocalizedText >, and ICloneable.

Public Member Functions

 LocalizedTextCollection ()
 Creates an empty list. More...
 
 LocalizedTextCollection (IEnumerable< LocalizedText > values)
 Creates a list and initializes it with another list. More...
 
 LocalizedTextCollection (int capacity)
 Creates a list with the specified capacity. More...
 
object Clone ()
 Creates a deep copy of the object. More...
 

Static Public Member Functions

static implicit operator LocalizedTextCollection (LocalizedText[] values)
 Converts an array to a collection. More...
 
static operator LocalizedText[] (LocalizedTextCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of LocalizedText values.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.LocalizedTextCollection.LocalizedTextCollection ( )
inline

Creates an empty list.

UnifiedAutomation.UaBase.LocalizedTextCollection.LocalizedTextCollection ( IEnumerable< LocalizedText values)
inline

Creates a list and initializes it with another list.

Parameters
valuesThe list to copy.
UnifiedAutomation.UaBase.LocalizedTextCollection.LocalizedTextCollection ( int  capacity)
inline

Creates a list with the specified capacity.

Parameters
capacityThe number of elements to allocate.

Member Function Documentation

object UnifiedAutomation.UaBase.LocalizedTextCollection.Clone ( )
inline

Creates a deep copy of the object.

static UnifiedAutomation.UaBase.LocalizedTextCollection.operator LocalizedText[] ( LocalizedTextCollection  values)
inlineexplicitstatic

Converts a collection to an array.

Parameters
valuesThe values to copy.
Returns
A collection initialized with the values.
static implicit UnifiedAutomation.UaBase.LocalizedTextCollection.operator LocalizedTextCollection ( LocalizedText[]  values)
inlinestatic

Converts an array to a collection.

Parameters
valuesThe values to copy.
Returns
A collection initialized with the values.

The documentation for this class was generated from the following file: