[This is preliminary documentation and is subject to change.]
Returns BSONElement by index or null if index is out of bounds
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public BSONElement this[
int idx
] { get; }
public BSONElement this[
int idx
] { get; }
Public ReadOnly Default Property Item (
idx As Integer
) As BSONElement
Get
Public ReadOnly Default Property Item (
idx As Integer
) As BSONElement
Get
public:
property BSONElement^ default[int idx] {
BSONElement^ get (int idx);
}
public:
property BSONElement^ default[int idx] {
BSONElement^ get (int idx);
}
member Item : BSONElement with get
member Item : BSONElement with get
Property Value
Type:
BSONElement