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

A collection of DateTime values. More...

Inherits List< DateTime >, and ICloneable.

Public Member Functions

 DateTimeCollection ()
 Creates an empty list. More...
 
 DateTimeCollection (IEnumerable< DateTime > values)
 Creates a list and initializes it with another list. More...
 
 DateTimeCollection (int capacity)
 Creates a list with the specified capacity. More...
 
object Clone ()
 Creates a deep copy of the object. More...
 

Static Public Member Functions

static implicit operator DateTimeCollection (DateTime[] values)
 Converts an array to a collection. More...
 
static operator DateTime[] (DateTimeCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of DateTime values.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.DateTimeCollection.DateTimeCollection ( )
inline

Creates an empty list.

UnifiedAutomation.UaBase.DateTimeCollection.DateTimeCollection ( IEnumerable< DateTime values)
inline

Creates a list and initializes it with another list.

Parameters
valuesThe list to copy.
UnifiedAutomation.UaBase.DateTimeCollection.DateTimeCollection ( int  capacity)
inline

Creates a list with the specified capacity.

Parameters
capacityThe number of elements to allocate.

Member Function Documentation

object UnifiedAutomation.UaBase.DateTimeCollection.Clone ( )
inline

Creates a deep copy of the object.

static UnifiedAutomation.UaBase.DateTimeCollection.operator DateTime[] ( DateTimeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

Parameters
valuesThe values to copy.
Returns
A collection initialized with the values.
static implicit UnifiedAutomation.UaBase.DateTimeCollection.operator DateTimeCollection ( DateTime[]  values)
inlinestatic

Converts an array to a collection.

Parameters
valuesThe values to copy.
Returns
A collection initialized with the values.

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