Gets a character at the specified position in the document.
Declaration Syntax
Parameters
- offset (Int32)
Return Value
The character at the specified position.
Remarks
This is the same as Text[offset], but is more efficient because
it doesn't require creating a String object.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Offset is outside the valid range (0 to TextLength-1). |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238