Method CopyOf
CopyOf<T>(T[], Int32)
Declaration
public static T[] CopyOf<T>(T[] original, int newLength)
Parameters
Type | Name | Description |
---|---|---|
T[] | original | |
System.Int32 | newLength |
Returns
Type | Description |
---|---|
T[] |
Type Parameters
Name | Description |
---|---|
T |