.NET Based OPC UA Client/Server SDK  3.2.2.525
UnifiedAutomation.UaBase.StandaloneSubscribedDataSetRefDataTypeCollection Class Reference

A collection of StandaloneSubscribedDataSetRefDataType objects. More...

Inherits List< StandaloneSubscribedDataSetRefDataType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of StandaloneSubscribedDataSetRefDataType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.StandaloneSubscribedDataSetRefDataTypeCollection.StandaloneSubscribedDataSetRefDataTypeCollection ( )

Initializes the collection with default values.

UnifiedAutomation.UaBase.StandaloneSubscribedDataSetRefDataTypeCollection.StandaloneSubscribedDataSetRefDataTypeCollection ( int  capacity)

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.StandaloneSubscribedDataSetRefDataTypeCollection.StandaloneSubscribedDataSetRefDataTypeCollection ( IEnumerable< StandaloneSubscribedDataSetRefDataType collection)

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.StandaloneSubscribedDataSetRefDataTypeCollection.Clone ( )

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.StandaloneSubscribedDataSetRefDataTypeCollection.operator StandaloneSubscribedDataSetRefDataType[] ( StandaloneSubscribedDataSetRefDataTypeCollection  values)
explicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.StandaloneSubscribedDataSetRefDataTypeCollection.operator StandaloneSubscribedDataSetRefDataTypeCollection ( StandaloneSubscribedDataSetRefDataType[]  values)
static

Converts an array to a collection.


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