C# Class Newtonsoft.Json.Bson.BsonObjectId

Represents a BSON Oid (object id).
显示文件 Open project: runegri/Applicable

Public Methods

Method Description
BsonObjectId ( byte value ) : System

Initializes a new instance of the BsonObjectId class.

Method Details

BsonObjectId() public method

Initializes a new instance of the BsonObjectId class.
public BsonObjectId ( byte value ) : System
value byte The Oid value.
return System