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

A collection of ObjectNode objects. More...

Inherits List< ObjectNode >, and ICloneable.

Public Member Functions

 ObjectNodeCollection ()
 Initializes the collection with default values. More...
 
 ObjectNodeCollection (int capacity)
 Initializes the collection with an initial capacity. More...
 
 ObjectNodeCollection (IEnumerable< ObjectNode > 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 ObjectNodeCollection (ObjectNode[] values)
 Converts an array to a collection. More...
 
static operator ObjectNode[] (ObjectNodeCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of ObjectNode objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ObjectNodeCollection.ObjectNodeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.ObjectNodeCollection.ObjectNodeCollection ( IEnumerable< ObjectNode collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.ObjectNodeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.ObjectNodeCollection.operator ObjectNode[] ( ObjectNodeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.ObjectNodeCollection.operator ObjectNodeCollection ( ObjectNode[]  values)
inlinestatic

Converts an array to a collection.


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