BsonReaderReadName Method (INameDecoder) | 
 
            Reads the name of an element from the reader (using the provided name decoder).
            
 
    Namespace: 
   MongoDB.Bson.IO
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic abstract string ReadName(
	INameDecoder nameDecoder
)
Public MustOverride Function ReadName ( 
	nameDecoder As INameDecoder
) As String
abstract ReadName : 
        nameDecoder : INameDecoder -> string 
Parameters
- nameDecoder
 - Type: MongoDB.Bson.IOINameDecoder
The name decoder. 
Return Value
Type: 
String
            The name of the element.
            
Implements
IBsonReaderReadName(INameDecoder)
See Also