[]
Represents a range of characters in a ITextLine.
public struct TextLineFragment : IEquatable<TextLineFragment>
| Name | Description |
|---|---|
| TextLineFragment(int, int, int) | Initialize a new instance of the TextLineFragment class. |
| Name | Description |
|---|---|
| Length | The number of ITextChars in this fragment. A value of -1 indicates that this fragment includes all characters from StartIndex to the end of the line. |
| LineIndex | |
| StartIndex |
| Name | Description |
|---|---|
| Equals(TextLineFragment) | |
| Equals(object) | |
| GetHashCode() |
| Name | Description |
|---|---|
| operator ==(TextLineFragment, TextLineFragment) | Tests whether two specified TextLineFragment objects are equivalent. |
| operator !=(TextLineFragment, TextLineFragment) | Tests whether two specified TextLineFragment objects are NOT equivalent. |