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

A collection of Annotation objects. More...

Inherits List< Annotation >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of Annotation objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.AnnotationCollection.AnnotationCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.AnnotationCollection.AnnotationCollection ( IEnumerable< Annotation collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.AnnotationCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.AnnotationCollection.operator Annotation[] ( AnnotationCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.AnnotationCollection.operator AnnotationCollection ( Annotation[]  values)
inlinestatic

Converts an array to a collection.


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