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

A collection of TimestampsToReturn objects. More...

Inherits List< TimestampsToReturn >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of TimestampsToReturn objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.TimestampsToReturnCollection.TimestampsToReturnCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.TimestampsToReturnCollection.TimestampsToReturnCollection ( IEnumerable< TimestampsToReturn collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.TimestampsToReturnCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.TimestampsToReturnCollection.operator TimestampsToReturn[] ( TimestampsToReturnCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.TimestampsToReturnCollection.operator TimestampsToReturnCollection ( TimestampsToReturn[]  values)
inlinestatic

Converts an array to a collection.


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