RelativePosition.Type
Definition
Indicates whether indexing should be done from the start or end of the input.
Allowed values
Name | Value | Description |
---|---|---|
RelativePosition.FromStart | 0 | Indicates indexing should be done from the start of the input. |
RelativePosition.FromEnd | 1 | Indicates indexing should be done from the end of the input. |