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

A collection of ReferenceNode objects. More...

Inherits List< ReferenceNode >, and ICloneable.

Public Member Functions

 ReferenceNodeCollection ()
 Initializes the collection with default values. More...
 
 ReferenceNodeCollection (int capacity)
 Initializes the collection with an initial capacity. More...
 
 ReferenceNodeCollection (IEnumerable< ReferenceNode > collection)
 Initializes the collection with another collection. More...
 
object Clone ()
 Creates a deep copy of the collection. More...
 

Static Public Member Functions

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

Detailed Description

A collection of ReferenceNode objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ReferenceNodeCollection.ReferenceNodeCollection ( )
inline

Initializes the collection with default values.

UnifiedAutomation.UaBase.ReferenceNodeCollection.ReferenceNodeCollection ( int  capacity)
inline

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.ReferenceNodeCollection.ReferenceNodeCollection ( IEnumerable< ReferenceNode collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.ReferenceNodeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.ReferenceNodeCollection.operator ReferenceNode[] ( ReferenceNodeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.ReferenceNodeCollection.operator ReferenceNodeCollection ( ReferenceNode[]  values)
inlinestatic

Converts an array to a collection.


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