Alba.Jaml.MSInternal.GenericTypeNameScanner.GenericTypeNameScanner C# (CSharp) 메소드

GenericTypeNameScanner() 공개 메소드

public GenericTypeNameScanner ( string text )
text string
        public GenericTypeNameScanner (string text)
            : base(text)
        {
            this._state = State.START;
            this._pushedBackSymbol = GenericTypeNameScannerToken.NONE;
        }