Gets/Sets a single character.
Runs in O(lg N) for random access. Sequential read-only access benefits from a special optimization and runs in amortized O(1).
Declaration Syntax
Parameters
- index (Int32)
Remarks
The getter counts as a read access and may be called concurrently to other read accesses.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Offset is outside the valid range (0 to Length-1). |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238