Range.StartAt(Index) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new Range instance starting from a specified start index to the end of the collection.
public:
static Range StartAt(Index start);
public static Range StartAt (Index start);
static member StartAt : Index -> Range
Public Shared Function StartAt (start As Index) As Range
Parameters
- start
- Index
The position of the first element from which the Range will be created.
Returns
A range from start
to the end of the collection.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.