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
writer
IBsonWriterThe writer.
name
stringThe name of the element.