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

A collection of EUInformation objects. More...

Inherits List< EUInformation >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of EUInformation objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.EUInformationCollection.EUInformationCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.EUInformationCollection.EUInformationCollection ( IEnumerable< EUInformation collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.EUInformationCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.EUInformationCollection.operator EUInformation[] ( EUInformationCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.EUInformationCollection.operator EUInformationCollection ( EUInformation[]  values)
inlinestatic

Converts an array to a collection.


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