Show / Hide Table of Contents

Method ExtMisc.RemoveAt


Overload

Creates a copy of this array with one or more removed elements.

public static T[] RemoveAt<T>(this T[] t, int index, int count = 1)
Parameters
t  (T[])
index  (int)
count  (int)
Returns
T[]
Exceptions
ArgumentOutOfRangeException
Type Parameters
T