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

A collection of PublishedDataSetCustomSourceDataType objects. More...

Inherits List< PublishedDataSetCustomSourceDataType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of PublishedDataSetCustomSourceDataType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.PublishedDataSetCustomSourceDataTypeCollection.PublishedDataSetCustomSourceDataTypeCollection ( )

Initializes the collection with default values.

UnifiedAutomation.UaBase.PublishedDataSetCustomSourceDataTypeCollection.PublishedDataSetCustomSourceDataTypeCollection ( int  capacity)

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.PublishedDataSetCustomSourceDataTypeCollection.PublishedDataSetCustomSourceDataTypeCollection ( IEnumerable< PublishedDataSetCustomSourceDataType collection)

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.PublishedDataSetCustomSourceDataTypeCollection.Clone ( )

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.PublishedDataSetCustomSourceDataTypeCollection.operator PublishedDataSetCustomSourceDataType[] ( PublishedDataSetCustomSourceDataTypeCollection  values)
explicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.PublishedDataSetCustomSourceDataTypeCollection.operator PublishedDataSetCustomSourceDataTypeCollection ( PublishedDataSetCustomSourceDataType[]  values)
static

Converts an array to a collection.


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