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

A collection of BrokerDataSetReaderTransportDataType objects. More...

Inherits List< BrokerDataSetReaderTransportDataType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of BrokerDataSetReaderTransportDataType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.BrokerDataSetReaderTransportDataTypeCollection.BrokerDataSetReaderTransportDataTypeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.BrokerDataSetReaderTransportDataTypeCollection.BrokerDataSetReaderTransportDataTypeCollection ( IEnumerable< BrokerDataSetReaderTransportDataType collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.BrokerDataSetReaderTransportDataTypeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.BrokerDataSetReaderTransportDataTypeCollection.operator BrokerDataSetReaderTransportDataType[] ( BrokerDataSetReaderTransportDataTypeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.BrokerDataSetReaderTransportDataTypeCollection.operator BrokerDataSetReaderTransportDataTypeCollection ( BrokerDataSetReaderTransportDataType[]  values)
inlinestatic

Converts an array to a collection.


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