WeaverUtilities.

InsertAt<T>(T[], T) Method

Summary

Returns a copy of `array` with `element` inserted at the end.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static T[] InsertAt<T>(this T[] array, T element)

Type Parameters

Name Description
T

Parameters

Name Type Description
array T[]
element T

Return Value

Type Description
T[]