ArrayMethods Class
From Tungsten Suite
Tungsten
|
|
ArrayMethods Class |
Methods to peek and modify arrays
Namespace: W
Assembly: Tungsten.ArrayMethods (in Tungsten.ArrayMethods.dll) Version: 2.0.0
C#
public static class ArrayMethods
The ArrayMethods type exposes the following members.
| Name | Description | |
|---|---|---|
| AppendT |
Appends the items to an array, resizing the array as necessary
| |
| InsertT |
Appends the items to an array, resizing the array as necessary
| |
| PeekT |
Retrieves the specified range of elements from the array
| |
| PeekEndT |
Retrieves the specified number of elements from the end of the array
| |
| PeekStartT |
Retrieves the specified number of elements from the start of the array without changing the source array
| |
| TakeT |
Retrieves and removes the specified range of elements from the array
| |
| TakeFromEndT |
Retrieves and removes the specified number of elements from the end of the array
| |
| TakeFromStartT |
Retrieves and removes the specified number of elements from the start of the array
| |
| TrimT |
Removes the specified range of elements from the array, resizing the array as necessary
| |
| TrimEndT |
Removes the specified number of elements from the end of the array, resizing the array as necessary
| |
| TrimStartT |
Removes the specified number of elements from the start of the array, resizing the array as necessary
|