BsonDocumentElements Property |
Gets the elements.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public virtual IEnumerable<BsonElement> Elements { get; }
Public Overridable ReadOnly Property Elements As IEnumerable(Of BsonElement)
Get
abstract Elements : IEnumerable<BsonElement> with get
override Elements : IEnumerable<BsonElement> with get
Property Value
Type:
IEnumerableBsonElementSee Also