.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.UnregisterNodesResponseCollection Class Reference

A collection of UnregisterNodesResponse objects. More...

Inherits List< UnregisterNodesResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of UnregisterNodesResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.UnregisterNodesResponseCollection.UnregisterNodesResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.UnregisterNodesResponseCollection.UnregisterNodesResponseCollection ( IEnumerable< UnregisterNodesResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.UnregisterNodesResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.UnregisterNodesResponseCollection.operator UnregisterNodesResponse[] ( UnregisterNodesResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.UnregisterNodesResponseCollection.operator UnregisterNodesResponseCollection ( UnregisterNodesResponse[]  values)
inlinestatic

Converts an array to a collection.


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