BsonReaderIsAtEndOfFile Method  | 
 
            Determines whether this reader is at end of file.
            
 
    Namespace: 
   MongoDB.Bson.IO
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic abstract bool IsAtEndOfFile()
Public MustOverride Function IsAtEndOfFile As Boolean
abstract IsAtEndOfFile : unit -> bool 
Return Value
Type: 
Boolean
            Whether this reader is at end of file.
            
Implements
IBsonReaderIsAtEndOfFile
See Also