JuggerNET Runtime Library

boolArray.Get Method 

Returns the value of one array element.

public bool Get(
   int index
);

Parameters

index
The 0-based index into the array.

Return Value

The element at the specified index.

See Also

boolArray Class | Codemesh.JuggerNET Namespace