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

A collection of NamingRuleType objects. More...

Inherits List< NamingRuleType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of NamingRuleType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.NamingRuleTypeCollection.NamingRuleTypeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.NamingRuleTypeCollection.NamingRuleTypeCollection ( IEnumerable< NamingRuleType collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.NamingRuleTypeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.NamingRuleTypeCollection.operator NamingRuleType[] ( NamingRuleTypeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.NamingRuleTypeCollection.operator NamingRuleTypeCollection ( NamingRuleType[]  values)
inlinestatic

Converts an array to a collection.


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