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

A collection of FindServersOnNetworkResponse objects. More...

Inherits List< FindServersOnNetworkResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of FindServersOnNetworkResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.FindServersOnNetworkResponseCollection.FindServersOnNetworkResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.FindServersOnNetworkResponseCollection.FindServersOnNetworkResponseCollection ( IEnumerable< FindServersOnNetworkResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.FindServersOnNetworkResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.FindServersOnNetworkResponseCollection.operator FindServersOnNetworkResponse[] ( FindServersOnNetworkResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.FindServersOnNetworkResponseCollection.operator FindServersOnNetworkResponseCollection ( FindServersOnNetworkResponse[]  values)
inlinestatic

Converts an array to a collection.


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