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

A collection of OpenFileMode objects. More...

Inherits List< OpenFileMode >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of OpenFileMode objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.OpenFileModeCollection.OpenFileModeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.OpenFileModeCollection.OpenFileModeCollection ( IEnumerable< OpenFileMode collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.OpenFileModeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.OpenFileModeCollection.operator OpenFileMode[] ( OpenFileModeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.OpenFileModeCollection.operator OpenFileModeCollection ( OpenFileMode[]  values)
inlinestatic

Converts an array to a collection.


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