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