Boo.BooLangStudioSpecs.WhenParsingIntraMlCommentRegion.WhenParsingIntraMlCommentRegion C# (CSharp) Method

WhenParsingIntraMlCommentRegion() public method

public WhenParsingIntraMlCommentRegion ( ) : System
return System
        public WhenParsingIntraMlCommentRegion()
            : base()
        {
            //      0123456789
            line = "allcomment";
            offset = 0;
            state = 13;
            scanner.SetSource(line, offset);
            scanner.ScanTokenAndProvideInfoAboutIt(token, ref state);
        }