Method FindElement
FindElement(IBsonReader, string)
Positions the reader to an element by name.
public static bool FindElement(this IBsonReader reader, string name)
Parameters
readerIBsonReaderThe reader.
namestringThe name of the element.
Returns
- bool
True if the element was found.