UA Bundle SDK .NET  2.2.3.276
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.NodeIdCollection Class Reference

Stores a list of NodeIds. More...

Inherits List< NodeId >, and ICloneable.

Public Member Functions

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

Detailed Description

Stores a list of NodeIds.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.NodeIdCollection.NodeIdCollection ( )
inline

Creates an empty list.

UnifiedAutomation.UaBase.NodeIdCollection.NodeIdCollection ( IEnumerable< NodeId values)
inline

Creates a list and initializes it with another list.

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

Creates a list with the specified capacity.

Parameters
capacityThe number of elements to allocate.

Member Function Documentation

object UnifiedAutomation.UaBase.NodeIdCollection.Clone ( )
inline

Creates a deep copy of the object.

static UnifiedAutomation.UaBase.NodeIdCollection.operator NodeId[] ( NodeIdCollection  values)
inlineexplicitstatic

Converts a collection to an array.

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