Range(Index, Index) Konstruktor
Definition
public:
Range(Index start, Index end);
public Range (Index start, Index end);
new Range : Index * Index -> Range
Public Sub New (start As Index, end As Index)
Parameter
- start
- Index
Der inklusive Anfangsindex des Bereichs.The inclusive start index of the range.
- end
- Index
Der exklusive Endindex des Bereichs.The exclusive end index of the range.