Property Stop
Stop
Gets or sets the element index at which the slice ends. If no value is specified, elements will be taken until the end of the sequence.
public int? Stop { get; set; }
Property Value
- int?
Gets or sets the element index at which the slice ends. If no value is specified, elements will be taken until the end of the sequence.
public int? Stop { get; set; }