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

A collection of RelativePathElement objects. More...

Inherits List< RelativePathElement >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of RelativePathElement objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.RelativePathElementCollection.RelativePathElementCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.RelativePathElementCollection.RelativePathElementCollection ( IEnumerable< RelativePathElement collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.RelativePathElementCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.RelativePathElementCollection.operator RelativePathElement[] ( RelativePathElementCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.RelativePathElementCollection.operator RelativePathElementCollection ( RelativePathElement[]  values)
inlinestatic

Converts an array to a collection.


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