Tungsten
![]() |
ArrayMethodsTakeFromEndT Method |
Retrieves and removes the specified number of elements from the end of the array
Namespace: W
Assembly: Tungsten.ArrayMethods (in Tungsten.ArrayMethods.dll) Version: 2.0.0

C#
public static T[] TakeFromEnd<T>( ref T[] source, int length )
Parameters
- source
- Type: T
The source array - length
- Type: SystemInt32
The number of elements to retrieve
Type Parameters
- T
- The data type
Return Value
Type: TA new array containing only the specified subset of elements
