UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
UnifiedAutomation.UaBase.AddNodesItemCollection Class Reference

A collection of AddNodesItem objects. More...

Inherits List< AddNodesItem >, and ICloneable.

Public Member Functions

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

Static Public Member Functions

static implicit operator AddNodesItemCollection (AddNodesItem[] values)
 Converts an array to a collection.
 
static operator AddNodesItem[] (AddNodesItemCollection values)
 Converts a collection to an array.
 

Detailed Description

A collection of AddNodesItem objects.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.AddNodesItemCollection.AddNodesItemCollection ( )

Initializes the collection with default values.

UnifiedAutomation.UaBase.AddNodesItemCollection.AddNodesItemCollection ( int  capacity)

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.AddNodesItemCollection.AddNodesItemCollection ( IEnumerable< AddNodesItem collection)

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.AddNodesItemCollection.Clone ( )

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.AddNodesItemCollection.operator AddNodesItem[] ( AddNodesItemCollection  values)
explicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.AddNodesItemCollection.operator AddNodesItemCollection ( AddNodesItem[]  values)
static

Converts an array to a collection.


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