.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.FrameCollection Class Reference

A collection of Frame objects. More...

Inherits List< Frame >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of Frame objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.FrameCollection.FrameCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.FrameCollection.FrameCollection ( IEnumerable< Frame collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.FrameCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.FrameCollection.operator Frame[] ( FrameCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.FrameCollection.operator FrameCollection ( Frame[]  values)
inlinestatic

Converts an array to a collection.


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