Table of Contents

Method ReadName

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

ReadName(INameDecoder)

Reads the name of an element from the reader.

public override string ReadName(INameDecoder nameDecoder)

Parameters

nameDecoder INameDecoder

The name decoder.

Returns

string

The name of the element.