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

A collection of OpenSecureChannelResponse objects. More...

Inherits List< OpenSecureChannelResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of OpenSecureChannelResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.OpenSecureChannelResponseCollection.OpenSecureChannelResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.OpenSecureChannelResponseCollection.OpenSecureChannelResponseCollection ( IEnumerable< OpenSecureChannelResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.OpenSecureChannelResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.OpenSecureChannelResponseCollection.operator OpenSecureChannelResponse[] ( OpenSecureChannelResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.OpenSecureChannelResponseCollection.operator OpenSecureChannelResponseCollection ( OpenSecureChannelResponse[]  values)
inlinestatic

Converts an array to a collection.


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