.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.ElementOperandCollection Class Reference

A collection of ElementOperand objects. More...

Inherits List< ElementOperand >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of ElementOperand objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ElementOperandCollection.ElementOperandCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.ElementOperandCollection.ElementOperandCollection ( IEnumerable< ElementOperand collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.ElementOperandCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.ElementOperandCollection.operator ElementOperand[] ( ElementOperandCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.ElementOperandCollection.operator ElementOperandCollection ( ElementOperand[]  values)
inlinestatic

Converts an array to a collection.


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