.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.PubSubStateCollection Class Reference

A collection of PubSubState objects. More...

Inherits List< PubSubState >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of PubSubState objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.PubSubStateCollection.PubSubStateCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.PubSubStateCollection.PubSubStateCollection ( IEnumerable< PubSubState collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.PubSubStateCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.PubSubStateCollection.operator PubSubState[] ( PubSubStateCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.PubSubStateCollection.operator PubSubStateCollection ( PubSubState[]  values)
inlinestatic

Converts an array to a collection.


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