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

A collection of AddReferencesResponse objects. More...

Inherits List< AddReferencesResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of AddReferencesResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.AddReferencesResponseCollection.AddReferencesResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.AddReferencesResponseCollection.AddReferencesResponseCollection ( IEnumerable< AddReferencesResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.AddReferencesResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.AddReferencesResponseCollection.operator AddReferencesResponse[] ( AddReferencesResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.AddReferencesResponseCollection.operator AddReferencesResponseCollection ( AddReferencesResponse[]  values)
inlinestatic

Converts an array to a collection.


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