JuggerNET Runtime Library

boolArray Implicit boolArray to Boolean[] Conversion 

A conversion operator for the proxy array type to the native array type.

[ComVisible(Value=False)]
public static implicit operator bool[](
   boolArray arr
);

Parameters

arr
an instance of the proxy array type

Return Value

an instance of the native array type

See Also

boolArray Class | Codemesh.JuggerNET Namespace