WriteLongArray Method
WriteLongArray(String, Int64[])
Writes a primitive long-array.
Declaration
void WriteLongArray(string fieldName, long[] longs)
Parameters
String | fieldName | name of the field |
Int64[] | longs | long array to be written |
Remarks
Writes a primitive long-array.
Exceptions
IOException | System.IO.IOException |