Method ReadInt32
ReadInt32(IBsonReader, string)
Reads a BSON Int32 element from the reader.
public static int ReadInt32(this IBsonReader reader, string name)
Parameters
readerIBsonReaderThe reader.
namestringThe name of the element.
Returns
- int
An Int32.