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

A collection of Int32 values. More...

Inherits List< Int32 >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of Int32 values.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.Int32Collection.Int32Collection ( )
inline

Creates an empty list.

UnifiedAutomation.UaBase.Int32Collection.Int32Collection ( IEnumerable< Int32 values)
inline

Creates a list and initializes it with another list.

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

Creates a list with the specified capacity.

Parameters
capacityThe number of elements to allocate.

Member Function Documentation

object UnifiedAutomation.UaBase.Int32Collection.Clone ( )
inline

Creates a deep copy of the object.

static UnifiedAutomation.UaBase.Int32Collection.operator Int32[] ( Int32Collection  values)
inlineexplicitstatic

Converts a collection to an array.

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