CodeInputBase
Description
- Derived from
- Extended by
-
CodeInput sealed
Abstract base class for ICodeInput implementations.
The input tokens can be organized into rows (e.g. lines of text). The default implementations of ICodeInput.RowCount, ICodeInput.ColumnCount, ICodeInput.Row, ICodeInput.OffsetToRowColumn and ICodeInput.RowColumnToOffset assume that there is a single row that covers all input tokens.