Property this
this[int]
Gets or sets a value by position.
Parameters
index
intThe position.
Property Value
- Bson
Value The value.
this[string]
Gets or sets a value by name.
Parameters
name
stringThe name.
Property Value
- Bson
Value The value.