.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.DeleteReferencesRequestCollection Class Reference

A collection of DeleteReferencesRequest objects. More...

Inherits List< DeleteReferencesRequest >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of DeleteReferencesRequest objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.DeleteReferencesRequestCollection.DeleteReferencesRequestCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.DeleteReferencesRequestCollection.DeleteReferencesRequestCollection ( IEnumerable< DeleteReferencesRequest collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.DeleteReferencesRequestCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.DeleteReferencesRequestCollection.operator DeleteReferencesRequest[] ( DeleteReferencesRequestCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.DeleteReferencesRequestCollection.operator DeleteReferencesRequestCollection ( DeleteReferencesRequest[]  values)
inlinestatic

Converts an array to a collection.


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