C# Class MAPIInspector.Parsers.LexicalBase

Base class for lexical objects
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse from a FastTransferStream

Méthodes protégées

Méthode Description
LexicalBase ( FastTransferStream stream ) : System

Initializes a new instance of the LexicalBase class.

Method Details

LexicalBase() protected méthode

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

Parse() public méthode

Parse from a FastTransferStream
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream
Résultat void