C# 클래스 CSMongo.Bson.BsonFieldDetail

Information about a BSON field after it has been rendered into bytes
파일 보기 프로젝트 열기: hugoware/CSMongo

공개 메소드들

메소드 설명
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