RuntimeHelpers.GetSubArray<T>(T[], Range) 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.
Slices the specified array using the specified range.
public:
generic <typename T>
static cli::array <T> ^ GetSubArray(cli::array <T> ^ array, Range range);
public static T[] GetSubArray<T> (T[] array, Range range);
static member GetSubArray : 'T[] * Range -> 'T[]
Public Shared Function GetSubArray(Of T) (array As T(), range As Range) As T()
Type Parameters
- T
The type of the elements in the array.
Parameters
- array
- T[]
The array to slice.
- range
- Range
An object that determines the portion of array
to include in the slice.
Returns
T[]
The subarray defined by range
.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา