Struct StartEnd
Struct with fields int start and int end.
public record struct StartEnd : IEquatable<StartEnd>
Namespace: Au.Types
Assembly: Au.dll
Constructors
| Name | Description |
|---|---|
| StartEnd(int, int) |
Fields
| Name | Description |
|---|---|
| end | |
| start |
Properties
| Name | Description |
|---|---|
| Length | Returns |
| Range | Converts this to StartEnd.Range.
Can be used to get substring, like |
Methods
| Name | Description |
|---|---|
| Span(string) | Gets string span. |
| ToString() |