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

A collection of Vector objects. More...

Inherits List< Vector >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of Vector objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.VectorCollection.VectorCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.VectorCollection.VectorCollection ( IEnumerable< Vector collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.VectorCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.VectorCollection.operator Vector[] ( VectorCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.VectorCollection.operator VectorCollection ( Vector[]  values)
inlinestatic

Converts an array to a collection.


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