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

A collection of DeleteReferencesItem objects. More...

Inherits List< DeleteReferencesItem >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of DeleteReferencesItem objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.DeleteReferencesItemCollection.DeleteReferencesItemCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.DeleteReferencesItemCollection.DeleteReferencesItemCollection ( IEnumerable< DeleteReferencesItem collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.DeleteReferencesItemCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.DeleteReferencesItemCollection.operator DeleteReferencesItem[] ( DeleteReferencesItemCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.DeleteReferencesItemCollection.operator DeleteReferencesItemCollection ( DeleteReferencesItem[]  values)
inlinestatic

Converts an array to a collection.


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