C# Class MAPIInspector.Parsers.LexicalBase

Base class for lexical objects
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Methods

Method Description
Parse ( FastTransferStream stream ) : void

Parse from a FastTransferStream

Protected Methods

Method Description
LexicalBase ( FastTransferStream stream ) : System

Initializes a new instance of the LexicalBase class.

Method Details

LexicalBase() protected method

Initializes a new instance of the LexicalBase class.
protected LexicalBase ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream
return System

Parse() public method

Parse from a FastTransferStream
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream
return void