Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: T[] Append<T>(this T[], T)

Declaration

public static T[] Append<T>(
    this T[] array,
    T value
)

Summary

Returns a new array with the value appended to the end.

Generic type parameters

TThis type parameter is not documented.