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