.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.XmlElementCollection Class Reference

A collection of XmlElements. More...

Inherits List< XmlString >, and ICloneable.

Public Member Functions

 XmlElementCollection ()
 Creates an empty list. More...
 
 XmlElementCollection (IEnumerable< XmlString > values)
 Creates a list and initializes it with another list. More...
 
 XmlElementCollection (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 XmlElementCollection (XmlString[] values)
 Converts an array to a collection. More...
 
static operator XmlString[] (XmlElementCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of XmlElements.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.XmlElementCollection.XmlElementCollection ( )
inline

Creates an empty list.

UnifiedAutomation.UaBase.XmlElementCollection.XmlElementCollection ( IEnumerable< XmlString values)
inline

Creates a list and initializes it with another list.

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

Creates a list with the specified capacity.

Parameters
capacityThe number of elements to allocate.

Member Function Documentation

object UnifiedAutomation.UaBase.XmlElementCollection.Clone ( )
inline

Creates a deep copy of the object.

static implicit UnifiedAutomation.UaBase.XmlElementCollection.operator XmlElementCollection ( XmlString[]  values)
inlinestatic

Converts an array to a collection.

Parameters
valuesThe values to copy.
Returns
A collection initialized with the values.
static UnifiedAutomation.UaBase.XmlElementCollection.operator XmlString[] ( XmlElementCollection  values)
inlineexplicitstatic

Converts a collection to an array.

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

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