C# 클래스 MAPIInspector.Parsers.LexicalBase

Base class for lexical objects
파일 보기 프로젝트 열기: OfficeDev/Office-Inspectors-for-Fiddler

공개 메소드들

메소드 설명
Parse ( FastTransferStream stream ) : void

Parse from a FastTransferStream

보호된 메소드들

메소드 설명
LexicalBase ( FastTransferStream stream ) : System

Initializes a new instance of the LexicalBase class.

메소드 상세

LexicalBase() 보호된 메소드

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

Parse() 공개 메소드

Parse from a FastTransferStream
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream
리턴 void