Summary
Returns a copy of `array` with the element at `index` removed.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- WeaverUtilities
Syntax
public static T[] RemoveAt<T>(this T[] array, int index)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
array | T[] | |
index | int |
Return Value
Type | Description |
---|---|
T[] |