WriteBooleanArray Method
WriteBooleanArray(string, bool[])
Writes a primitive boolean-array.
Declaration
void WriteBooleanArray(string fieldName, bool[] bools)
Parameters
string | fieldName | name of the field |
bool[] | bools | boolean array to be written |
Remarks
Writes a primitive boolean-array.
Exceptions
IOException | System.IO.IOException |