TextRange Methods
Methods
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. |