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