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

A collection of ScalarTestType objects. More...

Inherits List< ScalarTestType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of ScalarTestType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ScalarTestTypeCollection.ScalarTestTypeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.ScalarTestTypeCollection.ScalarTestTypeCollection ( IEnumerable< ScalarTestType collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.ScalarTestTypeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.ScalarTestTypeCollection.operator ScalarTestType[] ( ScalarTestTypeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.ScalarTestTypeCollection.operator ScalarTestTypeCollection ( ScalarTestType[]  values)
inlinestatic

Converts an array to a collection.


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