Tungsten
|
ArrayMethods Class |
Methods to peek and modify arrays
Inheritance HierarchyNamespace: W
Assembly: Tungsten.ArrayMethods (in Tungsten.ArrayMethods.dll) Version: 2.0.0
SyntaxC#
public static class ArrayMethods
The ArrayMethods type exposes the following members.
Methods| 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
|
See Also

