C# Class Newtonsoft.Json.Bson.BsonObjectId

Represents a BSON Oid (object id).
Afficher le fichier Open project: runegri/Applicable

Méthodes publiques

Méthode Description
BsonObjectId ( byte value ) : System

Initializes a new instance of the BsonObjectId class.

Method Details

BsonObjectId() public méthode

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