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

A collection of Boolean values. More...

Inherits List< Boolean >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of Boolean values.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.BooleanCollection.BooleanCollection ( )
inline

Creates an empty list.

UnifiedAutomation.UaBase.BooleanCollection.BooleanCollection ( IEnumerable< Boolean values)
inline

Creates a list and initializes it with another list.

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

Creates a list with the specified capacity.

Parameters
capacityThe number of elements to allocate.

Member Function Documentation

object UnifiedAutomation.UaBase.BooleanCollection.Clone ( )
inline

Creates a deep copy of the object.

static UnifiedAutomation.UaBase.BooleanCollection.operator Boolean[] ( BooleanCollection  values)
inlineexplicitstatic

Converts a collection to an array.

Parameters
valuesThe values to copy.
Returns
A collection initialized with the values.
static implicit UnifiedAutomation.UaBase.BooleanCollection.operator BooleanCollection ( Boolean[]  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: