Enum BsonReaderState
Represents the state of a reader.
public enum BsonReaderState- Extension Methods
Fields
- Initial = 0
- The initial state. 
- Type = 1
- The reader is positioned at the type of an element or value. 
- Name = 2
- The reader is positioned at the name of an element. 
- Value = 3
- The reader is positioned at a value. 
- ScopeDocument = 4
- The reader is positioned at a scope document. 
- EndOfDocument = 5
- The reader is positioned at the end of a document. 
- EndOfArray = 6
- The reader is positioned at the end of an array. 
- Done = 7
- The reader has finished reading a document. 
- Closed = 8
- The reader is closed.