.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.BrowsePathResultCollection Class Reference

A collection of BrowsePathResult objects. More...

Inherits List< BrowsePathResult >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of BrowsePathResult objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.BrowsePathResultCollection.BrowsePathResultCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.BrowsePathResultCollection.BrowsePathResultCollection ( IEnumerable< BrowsePathResult collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.BrowsePathResultCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.BrowsePathResultCollection.operator BrowsePathResult[] ( BrowsePathResultCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.BrowsePathResultCollection.operator BrowsePathResultCollection ( BrowsePathResult[]  values)
inlinestatic

Converts an array to a collection.


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