Alsing.SourceCode.SyntaxDocumentParsers.DefaultParser.ParsePreviewLine C# (CSharp) Метод

ParsePreviewLine() публичный Метод

public ParsePreviewLine ( int RowIndex ) : void
RowIndex int
Результат void
        public void ParsePreviewLine(int RowIndex)
        {
            Row Row = Document[RowIndex];
            Row.Clear();
            Row.Add(Row.Text);
            Row.RowState = RowState.NotParsed;
        }