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