.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.UadpDataSetMessageContentMaskCollection Class Reference

A collection of UadpDataSetMessageContentMask objects. More...

Inherits List< UadpDataSetMessageContentMask >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of UadpDataSetMessageContentMask objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.UadpDataSetMessageContentMaskCollection.UadpDataSetMessageContentMaskCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.UadpDataSetMessageContentMaskCollection.UadpDataSetMessageContentMaskCollection ( IEnumerable< UadpDataSetMessageContentMask collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.UadpDataSetMessageContentMaskCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.UadpDataSetMessageContentMaskCollection.operator UadpDataSetMessageContentMask[] ( UadpDataSetMessageContentMaskCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.UadpDataSetMessageContentMaskCollection.operator UadpDataSetMessageContentMaskCollection ( UadpDataSetMessageContentMask[]  values)
inlinestatic

Converts an array to a collection.


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