The following tables list the members exposed by TextSpan.
Name | Description | |
---|---|---|
TextSpan Constructor | Instantiates a new TextSpan |
Name | Description | |
---|---|---|
All | Returns a span that represents all the text. |
Name | Description | |
---|---|---|
Contains | Overloaded. Determines if a span is completely contained within this span. | |
Equals | Overloaded. Determines if a structure is equatable to this one. | |
GetHashCode | Returns the hash code of the structure. | |
Intersection | Returns a span that contains just the intersect between this span and another. | |
IntersectsWith | Indicates whether the span intersects with the specified span. | |
Overlap | Returns a span that contains just the overlap between this span and another. | |
OverlapsWith | Indicates whether the span overlaps with the specified span. | |
ToString | Returns the string representation of this object. |
Equality | Compares the values of two TextSpan structures for equality |
Greater Than | Compares the relative values of two TextSpan structures |
Inequality | Compares the values of two TextSpan structures for inequality |
Less Than | Compares the relative values of two TextSpan structures |