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

WhenParsingTheStartOfAnMlCommentRegion() public method

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