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

A collection of QueryNextResponse objects. More...

Inherits List< QueryNextResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of QueryNextResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.QueryNextResponseCollection.QueryNextResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.QueryNextResponseCollection.QueryNextResponseCollection ( IEnumerable< QueryNextResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.QueryNextResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.QueryNextResponseCollection.operator QueryNextResponse[] ( QueryNextResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.QueryNextResponseCollection.operator QueryNextResponseCollection ( QueryNextResponse[]  values)
inlinestatic

Converts an array to a collection.


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