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

A collection of SubscriptionAcknowledgement objects. More...

Inherits List< SubscriptionAcknowledgement >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of SubscriptionAcknowledgement objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.SubscriptionAcknowledgementCollection.SubscriptionAcknowledgementCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.SubscriptionAcknowledgementCollection.SubscriptionAcknowledgementCollection ( IEnumerable< SubscriptionAcknowledgement collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.SubscriptionAcknowledgementCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.SubscriptionAcknowledgementCollection.operator SubscriptionAcknowledgement[] ( SubscriptionAcknowledgementCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.SubscriptionAcknowledgementCollection.operator SubscriptionAcknowledgementCollection ( SubscriptionAcknowledgement[]  values)
inlinestatic

Converts an array to a collection.


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