Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: T[] NewArray<T>(params T[])Declarationpublic static T[] NewArray<T>(
params T[] parameters
) Summary
Returns the parameters as a new array. Generic type parametersT | This type parameter is not documented. |
Remarks
Useful to circumvent Visual Studio’s bug where multi-line literal arrays are not auto-formatted. |