Click or drag to resize

BsonBinaryReader.ReadName Method (INameDecoder)

Reads the name of an element from the reader.

Namespace:  MongoDB.Bson.IO
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax
public override string ReadName(
	INameDecoder nameDecoder
)

Parameters

nameDecoder
Type: MongoDB.Bson.IO.INameDecoder
The name decoder.

Return Value

Type: String
The name of the element.

Implements

IBsonReader.ReadName(INameDecoder)
See Also