.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.EnumValueTypeCollection Class Reference

A collection of EnumValueType objects. More...

Inherits List< EnumValueType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of EnumValueType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.EnumValueTypeCollection.EnumValueTypeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.EnumValueTypeCollection.EnumValueTypeCollection ( IEnumerable< EnumValueType collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.EnumValueTypeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.EnumValueTypeCollection.operator EnumValueType[] ( EnumValueTypeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.EnumValueTypeCollection.operator EnumValueTypeCollection ( EnumValueType[]  values)
inlinestatic

Converts an array to a collection.


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