C# Class CSMongo.Bson.BsonFieldDetail

Information about a BSON field after it has been rendered into bytes
Afficher le fichier Open project: hugoware/CSMongo

Méthodes publiques

Méthode Description
BsonFieldDetail ( string field, byte bytes, MongoDataType type ) : System

Creates a new set of details for a BSON field

Method Details

BsonFieldDetail() public méthode

Creates a new set of details for a BSON field
public BsonFieldDetail ( string field, byte bytes, MongoDataType type ) : System
field string
bytes byte
type MongoDataType
Résultat System