JuggerNET Runtime Library
boolArray.Set Method
Sets the value of one array element.
public
void
Set(
int
index
,
bool
b
);
Parameters
index
The 0-based index into the array.
b
The new value for the specified element.
See Also
boolArray Class
|
Codemesh.JuggerNET Namespace