[This is preliminary documentation and is subject to change.]
Inserts BSONElement into document
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public BSONDocument Set(
BSONElement value,
out bool added,
int atIndex = -1
)
public BSONDocument Set(
BSONElement value,
out bool added,
int atIndex = -1
)
Public Function Set (
value As BSONElement,
<OutAttribute> ByRef added As Boolean,
Optional atIndex As Integer = -1
) As BSONDocument
Public Function Set (
value As BSONElement,
<OutAttribute> ByRef added As Boolean,
Optional atIndex As Integer = -1
) As BSONDocument
public:
BSONDocument^ Set(
BSONElement^ value,
[OutAttribute] bool% added,
int atIndex = -1
)
public:
BSONDocument^ Set(
BSONElement^ value,
[OutAttribute] bool% added,
int atIndex = -1
)
member Set :
value : BSONElement *
added : bool byref *
?atIndex : int
(* Defaults:
let _atIndex = defaultArg atIndex -1
*)
-> BSONDocument
member Set :
value : BSONElement *
added : bool byref *
?atIndex : int
(* Defaults:
let _atIndex = defaultArg atIndex -1
*)
-> BSONDocument
Return Value
Type:
BSONDocument