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

A collection of UInt16s. More...

Inherits List< UInt16 >, and ICloneable.

Public Member Functions

 UInt16Collection ()
 Creates an empty list. More...
 
 UInt16Collection (IEnumerable< UInt16 > values)
 Creates a list and initializes it with another list. More...
 
 UInt16Collection (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 UInt16Collection (UInt16[] values)
 Converts an array to a collection. More...
 
static operator UInt16[] (UInt16Collection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of UInt16s.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.UInt16Collection.UInt16Collection ( )
inline

Creates an empty list.

UnifiedAutomation.UaBase.UInt16Collection.UInt16Collection ( IEnumerable< UInt16 values)
inline

Creates a list and initializes it with another list.

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

Creates a list with the specified capacity.

Parameters
capacityThe number of elements to allocate.

Member Function Documentation

object UnifiedAutomation.UaBase.UInt16Collection.Clone ( )
inline

Creates a deep copy of the object.

static UnifiedAutomation.UaBase.UInt16Collection.operator UInt16[] ( UInt16Collection  values)
inlineexplicitstatic

Converts a collection to an array.

Parameters
valuesThe values to copy.
Returns
A collection initialized with the values.
static implicit UnifiedAutomation.UaBase.UInt16Collection.operator UInt16Collection ( UInt16[]  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: