Gets all whitespace (' ' and '\t', but no newlines) after offset.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static ISegment GetWhitespaceAfter( ITextSource textSource, int offset )
Public Shared Function GetWhitespaceAfter ( _ textSource As ITextSource, _ offset As Integer _ ) As ISegment
public: static ISegment^ GetWhitespaceAfter( ITextSource^ textSource, int offset )
Parameters
- textSource (ITextSource)
- The text source.
- offset (Int32)
- The offset where the whitespace starts.
Return Value
The segment containing the whitespace.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238