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

A collection of RegisterServerResponse objects. More...

Inherits List< RegisterServerResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of RegisterServerResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.RegisterServerResponseCollection.RegisterServerResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.RegisterServerResponseCollection.RegisterServerResponseCollection ( IEnumerable< RegisterServerResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.RegisterServerResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.RegisterServerResponseCollection.operator RegisterServerResponse[] ( RegisterServerResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.RegisterServerResponseCollection.operator RegisterServerResponseCollection ( RegisterServerResponse[]  values)
inlinestatic

Converts an array to a collection.


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