C# Class MAPIInspector.Parsers.SyntacticalBase

Base class for all syntactical object.
显示文件 Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Methods

Method Description
Parse ( FastTransferStream stream ) : void

Parse object from memory stream,

Protected Methods

Method Description
SyntacticalBase ( FastTransferStream stream ) : System

Initializes a new instance of the SyntacticalBase class.

Method Details

Parse() public abstract method

Parse object from memory stream,
public abstract Parse ( FastTransferStream stream ) : void
stream FastTransferStream Stream contains the serialized object
return void

SyntacticalBase() protected method

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