public readonly struct TextRange : IEquatable<TextRange>Public Structure TextRange
Implements IEquatable(Of TextRange)[<SealedAttribute>]
type TextRange =
struct
inherit ValueType
interface IEquatable<TextRange>
end| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Skip(Int32) | Bypasses a specified number of elements in the slice and then returns the remaining elements. |
| Take(Int32) | Returns a specified number of contiguous elements from the start of the slice. |