.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.UuidCollection Class Reference

A collection of Uuids. More...

Inherits List< Uuid >, and ICloneable.

Public Member Functions

 UuidCollection ()
 Creates an empty list. More...
 
 UuidCollection (IEnumerable< Uuid > values)
 Creates a list and initializes it with another list. More...
 
 UuidCollection (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 UuidCollection (Uuid[] values)
 Converts an array to a collection. More...
 
static operator Uuid[] (UuidCollection values)
 Converts a collection to an array. More...
 
static implicit operator UuidCollection (Guid[] values)
 Converts an array to a collection. More...
 
static operator Guid[] (UuidCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of Uuids.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.UuidCollection.UuidCollection ( )
inline

Creates an empty list.

UnifiedAutomation.UaBase.UuidCollection.UuidCollection ( IEnumerable< Uuid values)
inline

Creates a list and initializes it with another list.

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

Creates a list with the specified capacity.

Parameters
capacityThe number of elements to allocate.

Member Function Documentation

object UnifiedAutomation.UaBase.UuidCollection.Clone ( )
inline

Creates a deep copy of the object.

static UnifiedAutomation.UaBase.UuidCollection.operator Guid[] ( UuidCollection  values)
inlineexplicitstatic

Converts a collection to an array.

Parameters
valuesThe values to copy.
Returns
A collection initialized with the values.
static UnifiedAutomation.UaBase.UuidCollection.operator Uuid[] ( UuidCollection  values)
inlineexplicitstatic

Converts a collection to an array.

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

Converts an array to a collection.

Parameters
valuesThe values to copy.
Returns
A collection initialized with the values.
static implicit UnifiedAutomation.UaBase.UuidCollection.operator UuidCollection ( Guid[]  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: