Method GetElement
GetElement(int)
Gets an element of this document.
Parameters
index
intThe zero based index of the element.
Returns
- Bson
Element The element.
GetElement(string)
Gets an element of this document.
Parameters
name
stringThe name of the element.
Returns
- Bson
Element A BsonElement.