UA Bundle SDK .NET  2.3.1.334
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.RegisteredServer2Collection Class Reference

A collection of RegisteredServer2 objects. More...

Inherits List< RegisteredServer2 >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of RegisteredServer2 objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.RegisteredServer2Collection.RegisteredServer2Collection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.RegisteredServer2Collection.RegisteredServer2Collection ( IEnumerable< RegisteredServer2 collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.RegisteredServer2Collection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.RegisteredServer2Collection.operator RegisteredServer2[] ( RegisteredServer2Collection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.RegisteredServer2Collection.operator RegisteredServer2Collection ( RegisteredServer2[]  values)
inlinestatic

Converts an array to a collection.


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