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