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

A collection of HistoryReadResult objects. More...

Inherits List< HistoryReadResult >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of HistoryReadResult objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.HistoryReadResultCollection.HistoryReadResultCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.HistoryReadResultCollection.HistoryReadResultCollection ( IEnumerable< HistoryReadResult collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.HistoryReadResultCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.HistoryReadResultCollection.operator HistoryReadResult[] ( HistoryReadResultCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.HistoryReadResultCollection.operator HistoryReadResultCollection ( HistoryReadResult[]  values)
inlinestatic

Converts an array to a collection.


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