MAPIInspector.Parsers.SyntacticalBase.Parse C# (CSharp) 메소드

Parse() 공개 추상적인 메소드

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