.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.StringCollection Class Reference

A collection of strings. More...

Inherits List< String >, and ICloneable.

Public Member Functions

 StringCollection ()
 Creates an empty list. More...
 
 StringCollection (IEnumerable< String > values)
 Creates a list and initializes it with another list. More...
 
 StringCollection (int capacity)
 Creates a list with the specified capacity. More...
 
object Clone ()
 Creates a deep copy of the object. More...
 

Static Public Member Functions

static implicit operator StringCollection (String[] values)
 Converts an array to a collection. More...
 
static operator String[] (StringCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of strings.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.StringCollection.StringCollection ( )
inline

Creates an empty list.

UnifiedAutomation.UaBase.StringCollection.StringCollection ( IEnumerable< String values)
inline

Creates a list and initializes it with another list.

Parameters
valuesThe list to copy.
UnifiedAutomation.UaBase.StringCollection.StringCollection ( int  capacity)
inline

Creates a list with the specified capacity.

Parameters
capacityThe number of elements to allocate.

Member Function Documentation

object UnifiedAutomation.UaBase.StringCollection.Clone ( )
inline

Creates a deep copy of the object.

static UnifiedAutomation.UaBase.StringCollection.operator String[] ( StringCollection  values)
inlineexplicitstatic

Converts a collection to an array.

Parameters
valuesThe values to copy.
Returns
A collection initialized with the values.
static implicit UnifiedAutomation.UaBase.StringCollection.operator StringCollection ( String[]  values)
inlinestatic

Converts an array to a collection.

Parameters
valuesThe values to copy.
Returns
A collection initialized with the values.

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