Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: T[] NewArray<T>(params T[])

Declaration

internal static T[] NewArray<T>(
    params T[] array
)

Summary

Returns the parameters as an array.

Generic type parameters

TThis type parameter is not documented.