ArrayMethods Methods

Tungsten Suite

ArrayMethods Methods

The ArrayMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAppendT
Appends the items to an array, resizing the array as necessary
Public methodStatic memberInsertT
Appends the items to an array, resizing the array as necessary
Public methodStatic memberPeekT
Retrieves the specified range of elements from the array
Public methodStatic memberPeekEndT
Retrieves the specified number of elements from the end of the array
Public methodStatic memberPeekStartT
Retrieves the specified number of elements from the start of the array without changing the source array
Public methodStatic memberTakeT
Retrieves and removes the specified range of elements from the array
Public methodStatic memberTakeFromEndT
Retrieves and removes the specified number of elements from the end of the array
Public methodStatic memberTakeFromStartT
Retrieves and removes the specified number of elements from the start of the array
Public methodStatic memberTrimT
Removes the specified range of elements from the array, resizing the array as necessary
Public methodStatic memberTrimEndT
Removes the specified number of elements from the end of the array, resizing the array as necessary
Public methodStatic memberTrimStartT
Removes the specified number of elements from the start of the array, resizing the array as necessary
Top
See Also