Alsing.Windows.Forms.SyntaxBox.Caret.CurrentSegment C# (CSharp) Метод

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

Gets the word that the caret is placed on. This only applies if the active row is fully parsed.
public CurrentSegment ( ) : Span
Результат Alsing.SourceCode.Span
        public Span CurrentSegment()
        {
            return Control.Document.GetSegmentFromPos(Position);
        }