.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.DataSetReaderTransportDataTypeCollection Class Reference

A collection of DataSetReaderTransportDataType objects. More...

Inherits List< DataSetReaderTransportDataType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of DataSetReaderTransportDataType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.DataSetReaderTransportDataTypeCollection.DataSetReaderTransportDataTypeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.DataSetReaderTransportDataTypeCollection.DataSetReaderTransportDataTypeCollection ( IEnumerable< DataSetReaderTransportDataType collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.DataSetReaderTransportDataTypeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.DataSetReaderTransportDataTypeCollection.operator DataSetReaderTransportDataType[] ( DataSetReaderTransportDataTypeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.DataSetReaderTransportDataTypeCollection.operator DataSetReaderTransportDataTypeCollection ( DataSetReaderTransportDataType[]  values)
inlinestatic

Converts an array to a collection.


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