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

A collection of CancelResponse objects. More...

Inherits List< CancelResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of CancelResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CancelResponseCollection.CancelResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.CancelResponseCollection.CancelResponseCollection ( IEnumerable< CancelResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.CancelResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.CancelResponseCollection.operator CancelResponse[] ( CancelResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.CancelResponseCollection.operator CancelResponseCollection ( CancelResponse[]  values)
inlinestatic

Converts an array to a collection.


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