C# Класс CSMongo.Bson.BsonFieldDetail

Information about a BSON field after it has been rendered into bytes
Показать файл Открыть проект

Открытые методы

Метод Описание
BsonFieldDetail ( string field, byte bytes, MongoDataType type ) : System

Creates a new set of details for a BSON field

Описание методов

BsonFieldDetail() публичный Метод

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
Результат System