Avro C#
|
The clients implement this interface to skip symbols and actions. More...
Public Member Functions | |
void | SkipAction () |
Skips the action at the top of the stack. More... | |
void | SkipTopSymbol () |
Skips the symbol at the top of the stack. More... | |
The clients implement this interface to skip symbols and actions.
void Avro.IO.Parsing.SkipParser.ISkipHandler.SkipAction | ( | ) |
Skips the action at the top of the stack.
Implemented in Avro.IO.ParsingDecoder.
void Avro.IO.Parsing.SkipParser.ISkipHandler.SkipTopSymbol | ( | ) |
Skips the symbol at the top of the stack.
Implemented in Avro.IO.ParsingDecoder.