Enum BSONElementType
BSON element types: http://bsonspec.org/spec.html
Namespace: NFX.Serialization.BSON
Assembly: NFX.dll
Syntax
public enum BSONElementType
  Fields
| Name | Description | 
|---|---|
| Array | |
| Binary | |
| Boolean | |
| DateTime | |
| Document | |
| Double | |
| Int32 | |
| Int64 | |
| JavaScript | |
| JavaScriptWithScope | |
| MaxKey | |
| MinKey | |
| Null | |
| ObjectID | |
| RegularExpression | |
| String | |
| TimeStamp |