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 |
|---|---|
| ToString() |
Operators
| Name | Description |
|---|---|
| implicit operator Range(StartEnd) | |
| implicit operator StartEnd(Range) |