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

A collection of EventNotifierType objects. More...

Inherits List< EventNotifierType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of EventNotifierType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.EventNotifierTypeCollection.EventNotifierTypeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.EventNotifierTypeCollection.EventNotifierTypeCollection ( IEnumerable< EventNotifierType collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.EventNotifierTypeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.EventNotifierTypeCollection.operator EventNotifierType[] ( EventNotifierTypeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.EventNotifierTypeCollection.operator EventNotifierTypeCollection ( EventNotifierType[]  values)
inlinestatic

Converts an array to a collection.


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