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

A collection of CallResponse objects. More...

Inherits List< CallResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of CallResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CallResponseCollection.CallResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.CallResponseCollection.CallResponseCollection ( IEnumerable< CallResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.CallResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.CallResponseCollection.operator CallResponse[] ( CallResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.CallResponseCollection.operator CallResponseCollection ( CallResponse[]  values)
inlinestatic

Converts an array to a collection.


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