Gets a character at the specified position in the document.
- offset (Int32)
The character at the specified position.
This is the same as Text[offset], but is more efficient because
it doesn't require creating a String object.
| 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