Method WriteStartArray
WriteStartArray(IBsonWriter, string)
Writes the start of a BSON array element to the writer.
public static void WriteStartArray(this IBsonWriter writer, string name)Parameters
- writerIBsonWriter
- The writer. 
- namestring
- The name of the element.