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

A collection of DeleteMonitoredItemsResponse objects. More...

Inherits List< DeleteMonitoredItemsResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of DeleteMonitoredItemsResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.DeleteMonitoredItemsResponseCollection.DeleteMonitoredItemsResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.DeleteMonitoredItemsResponseCollection.DeleteMonitoredItemsResponseCollection ( IEnumerable< DeleteMonitoredItemsResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.DeleteMonitoredItemsResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.DeleteMonitoredItemsResponseCollection.operator DeleteMonitoredItemsResponse[] ( DeleteMonitoredItemsResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.DeleteMonitoredItemsResponseCollection.operator DeleteMonitoredItemsResponseCollection ( DeleteMonitoredItemsResponse[]  values)
inlinestatic

Converts an array to a collection.


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