Extensions of
Array
.
- Namespace
- Songhay
.Extensions - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ArrayExtensions"]
class Type type-node
Syntax
public static class ArrayExtensions
Methods
Name | Return Value | Summary |
---|---|---|
Next |
T |
Gets the next item in the specified
Array .
static
|
Previous |
T |
Gets the previous item in the specified
Array .
static
|