MAPIInspector.Parsers.LexicalBase.LexicalBase C# (CSharp) Метод

LexicalBase() защищенный Метод

Initializes a new instance of the LexicalBase class.
protected LexicalBase ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream
Результат System
        protected LexicalBase(FastTransferStream stream)
        {
            this.Parse(stream);
        }