.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.InstanceNodeCollection Class Reference

A collection of InstanceNode objects. More...

Inherits List< InstanceNode >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of InstanceNode objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.InstanceNodeCollection.InstanceNodeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.InstanceNodeCollection.InstanceNodeCollection ( IEnumerable< InstanceNode collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.InstanceNodeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.InstanceNodeCollection.operator InstanceNode[] ( InstanceNodeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.InstanceNodeCollection.operator InstanceNodeCollection ( InstanceNode[]  values)
inlinestatic

Converts an array to a collection.


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