Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

  • Declared in: RT.Util.Ut

Declaration

public static T[] NewArray<T>(
    params T[] parameters
)

Summary

Returns the parameters as a new array.

Generic type parameters

TThis type parameter is not documented.

Remarks

Useful to circumvent Visual Studio’s bug where multi-line literal arrays are not auto-formatted.