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

A collection of EnumeratedTestType objects. More...

Inherits List< EnumeratedTestType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of EnumeratedTestType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.EnumeratedTestTypeCollection.EnumeratedTestTypeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.EnumeratedTestTypeCollection.EnumeratedTestTypeCollection ( IEnumerable< EnumeratedTestType collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.EnumeratedTestTypeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.EnumeratedTestTypeCollection.operator EnumeratedTestType[] ( EnumeratedTestTypeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.EnumeratedTestTypeCollection.operator EnumeratedTestTypeCollection ( EnumeratedTestType[]  values)
inlinestatic

Converts an array to a collection.


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