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

A collection of CreateSessionResponse objects. More...

Inherits List< CreateSessionResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of CreateSessionResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CreateSessionResponseCollection.CreateSessionResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.CreateSessionResponseCollection.CreateSessionResponseCollection ( IEnumerable< CreateSessionResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.CreateSessionResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.CreateSessionResponseCollection.operator CreateSessionResponse[] ( CreateSessionResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.CreateSessionResponseCollection.operator CreateSessionResponseCollection ( CreateSessionResponse[]  values)
inlinestatic

Converts an array to a collection.


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