Property Skip
Skip
Gets or sets the number of elements to skip between the creation of each slice. If it is not specified, it will be set to the number of elements in each slice.
public int? Skip { get; set; }
Property Value
- int?
Gets or sets the number of elements to skip between the creation of each slice. If it is not specified, it will be set to the number of elements in each slice.
public int? Skip { get; set; }