UA Bundle SDK .NET  2.2.1.258
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.ActivateSessionResponseCollection Class Reference

A collection of ActivateSessionResponse objects. More...

Inherits List< ActivateSessionResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of ActivateSessionResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ActivateSessionResponseCollection.ActivateSessionResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.ActivateSessionResponseCollection.ActivateSessionResponseCollection ( IEnumerable< ActivateSessionResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.ActivateSessionResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.ActivateSessionResponseCollection.operator ActivateSessionResponse[] ( ActivateSessionResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.ActivateSessionResponseCollection.operator ActivateSessionResponseCollection ( ActivateSessionResponse[]  values)
inlinestatic

Converts an array to a collection.


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