BsonDocument.Item Property |
Name | Description | |
---|---|---|
![]() | Item[Int32] |
Gets or sets a value by position.
(Overrides BsonValue.Item[Int32].) |
![]() | Item[String] |
Gets or sets a value by name.
(Overrides BsonValue.Item[String].) |
![]() | Item[String, BsonValue] | Obsolete.
Gets the value of an element or a default value if the element is not found.
|