[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public BSONObjectID(
byte[] data,
int startIdx = 0
)
public BSONObjectID(
byte[] data,
int startIdx = 0
)
Public Sub New (
data As Byte(),
Optional startIdx As Integer = 0
)
Public Sub New (
data As Byte(),
Optional startIdx As Integer = 0
)
public:
BSONObjectID(
array<unsigned char>^ data,
int startIdx = 0
)
public:
BSONObjectID(
array<unsigned char>^ data,
int startIdx = 0
)
new :
data : byte[] *
?startIdx : int
(* Defaults:
let _startIdx = defaultArg startIdx 0
*)
-> BSONObjectID
new :
data : byte[] *
?startIdx : int
(* Defaults:
let _startIdx = defaultArg startIdx 0
*)
-> BSONObjectID