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

A collection of BrokerDataSetWriterTransportDataType objects. More...

Inherits List< BrokerDataSetWriterTransportDataType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of BrokerDataSetWriterTransportDataType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.BrokerDataSetWriterTransportDataTypeCollection.BrokerDataSetWriterTransportDataTypeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.BrokerDataSetWriterTransportDataTypeCollection.BrokerDataSetWriterTransportDataTypeCollection ( IEnumerable< BrokerDataSetWriterTransportDataType collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.BrokerDataSetWriterTransportDataTypeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.BrokerDataSetWriterTransportDataTypeCollection.operator BrokerDataSetWriterTransportDataType[] ( BrokerDataSetWriterTransportDataTypeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.BrokerDataSetWriterTransportDataTypeCollection.operator BrokerDataSetWriterTransportDataTypeCollection ( BrokerDataSetWriterTransportDataType[]  values)
inlinestatic

Converts an array to a collection.


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