.NET Based OPC UA Client/Server SDK  3.2.1.522
UnifiedAutomation.UaBase.DatagramDataSetReaderTransportDataTypeCollection Class Reference

A collection of DatagramDataSetReaderTransportDataType objects. More...

Inherits List< DatagramDataSetReaderTransportDataType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of DatagramDataSetReaderTransportDataType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.DatagramDataSetReaderTransportDataTypeCollection.DatagramDataSetReaderTransportDataTypeCollection ( )

Initializes the collection with default values.

UnifiedAutomation.UaBase.DatagramDataSetReaderTransportDataTypeCollection.DatagramDataSetReaderTransportDataTypeCollection ( int  capacity)

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.DatagramDataSetReaderTransportDataTypeCollection.DatagramDataSetReaderTransportDataTypeCollection ( IEnumerable< DatagramDataSetReaderTransportDataType collection)

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.DatagramDataSetReaderTransportDataTypeCollection.Clone ( )

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.DatagramDataSetReaderTransportDataTypeCollection.operator DatagramDataSetReaderTransportDataType[] ( DatagramDataSetReaderTransportDataTypeCollection  values)
explicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.DatagramDataSetReaderTransportDataTypeCollection.operator DatagramDataSetReaderTransportDataTypeCollection ( DatagramDataSetReaderTransportDataType[]  values)
static

Converts an array to a collection.


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