| public nothrow | Selection() |
| public nothrow bool | IsEmpty() const |
| public nothrow void | Reset() |
| public nothrow void | SetEnd(int endLine_, int endCol_) |
| public nothrow void | SetStart(int startLine_, int startCol_) |
| public nothrow String<char> | ToString() const |
| public int | endCol |
| public int | endLine |
| public int | startCol |
| public int | startLine |