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

A collection of DeleteNodesResponse objects. More...

Inherits List< DeleteNodesResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of DeleteNodesResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.DeleteNodesResponseCollection.DeleteNodesResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.DeleteNodesResponseCollection.DeleteNodesResponseCollection ( IEnumerable< DeleteNodesResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.DeleteNodesResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.DeleteNodesResponseCollection.operator DeleteNodesResponse[] ( DeleteNodesResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.DeleteNodesResponseCollection.operator DeleteNodesResponseCollection ( DeleteNodesResponse[]  values)
inlinestatic

Converts an array to a collection.


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