Slice Constructor |
| Name | Description | |
|---|---|---|
| Slice | Default constructor. | |
| Slice(Int32, Int32) | Constructs a Slice instance with the specified starting index, total number of elements, and default stride of 1. | |
| Slice(Int32, Int32, Int32) | Constructs a Slice instance with the specified starting index, total number of elements, and stride. |