BsonObjectId Constructor (value)

Json.NET

Json.NET - Quick Starts & API Documentation BsonObjectId Constructor (value)
NamespacesNewtonsoft.Json.BsonBsonObjectIdBsonObjectId(array<Byte>[]()[][])
Initializes a new instance of the BsonObjectId class.
Declaration Syntax
C# Visual Basic Visual C++
public BsonObjectId(
	byte[] value
)
Public Sub New ( _
	value As Byte() _
)
public:
BsonObjectId(
	array<unsigned char>^ value
)
Parameters
value (array<Byte>[]()[][])
The Oid value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)