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

A collection of CloseSessionRequest objects. More...

Inherits List< CloseSessionRequest >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of CloseSessionRequest objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CloseSessionRequestCollection.CloseSessionRequestCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.CloseSessionRequestCollection.CloseSessionRequestCollection ( IEnumerable< CloseSessionRequest collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.CloseSessionRequestCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.CloseSessionRequestCollection.operator CloseSessionRequest[] ( CloseSessionRequestCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.CloseSessionRequestCollection.operator CloseSessionRequestCollection ( CloseSessionRequest[]  values)
inlinestatic

Converts an array to a collection.


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