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

A collection of WriteResponse objects. More...

Inherits List< WriteResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of WriteResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.WriteResponseCollection.WriteResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.WriteResponseCollection.WriteResponseCollection ( IEnumerable< WriteResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.WriteResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.WriteResponseCollection.operator WriteResponse[] ( WriteResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.WriteResponseCollection.operator WriteResponseCollection ( WriteResponse[]  values)
inlinestatic

Converts an array to a collection.


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