Method ReadName
ReadName(INameDecoder)
Reads the name of an element from the reader.
public override string ReadName(INameDecoder nameDecoder)Parameters
- nameDecoderINameDecoder
- The name decoder. 
Returns
- string
- The name of the element. 
Reads the name of an element from the reader.
public override string ReadName(INameDecoder nameDecoder)nameDecoder INameDecoderThe name decoder.
The name of the element.