UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
UnifiedAutomation.UaBase.ArrayTestTypeCollection Class Reference

A collection of ArrayTestType objects. More...

Inherits List< ArrayTestType >, and ICloneable.

Public Member Functions

 ArrayTestTypeCollection ()
 Initializes the collection with default values.
 
 ArrayTestTypeCollection (int capacity)
 Initializes the collection with an initial capacity.
 
 ArrayTestTypeCollection (IEnumerable< ArrayTestType > collection)
 Initializes the collection with another collection.
 
object Clone ()
 Creates a deep copy of the collection.
 

Static Public Member Functions

static implicit operator ArrayTestTypeCollection (ArrayTestType[] values)
 Converts an array to a collection.
 
static operator ArrayTestType[] (ArrayTestTypeCollection values)
 Converts a collection to an array.
 

Detailed Description

A collection of ArrayTestType objects.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ArrayTestTypeCollection.ArrayTestTypeCollection ( )

Initializes the collection with default values.

UnifiedAutomation.UaBase.ArrayTestTypeCollection.ArrayTestTypeCollection ( int  capacity)

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.ArrayTestTypeCollection.ArrayTestTypeCollection ( IEnumerable< ArrayTestType collection)

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.ArrayTestTypeCollection.Clone ( )

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.ArrayTestTypeCollection.operator ArrayTestType[] ( ArrayTestTypeCollection  values)
explicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.ArrayTestTypeCollection.operator ArrayTestTypeCollection ( ArrayTestType[]  values)
static

Converts an array to a collection.


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