Opc.Ua.Core
ToBooleanCollection Method



Opc.Ua Namespace > BooleanCollection Class : ToBooleanCollection Method
An array of boolean values to convert to a strong-collection of this class type
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToBooleanCollection( _
   ByVal values() As Boolean _
) As BooleanCollection
'Usage
 
Dim values() As Boolean
Dim value As BooleanCollection
 
value = BooleanCollection.ToBooleanCollection(values)
public static BooleanCollection ToBooleanCollection( 
   bool[] values
)
public:
static BooleanCollection^ ToBooleanCollection( 
   array<bool>^ values
) 

Parameters

values
An array of boolean values to convert to a strong-collection of this class type
Remarks
Converts an array to a collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BooleanCollection Class
BooleanCollection Members