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

A collection of FindServersRequest objects. More...

Inherits List< FindServersRequest >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of FindServersRequest objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.FindServersRequestCollection.FindServersRequestCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.FindServersRequestCollection.FindServersRequestCollection ( IEnumerable< FindServersRequest collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.FindServersRequestCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.FindServersRequestCollection.operator FindServersRequest[] ( FindServersRequestCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.FindServersRequestCollection.operator FindServersRequestCollection ( FindServersRequest[]  values)
inlinestatic

Converts an array to a collection.


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