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[] ArrayConcat<T>(params T[][])Declarationpublic static T[] ArrayConcat<T>(
params T[][] arrays
) Summary
Concatenates any number of arrays. Generic type parametersT | This type parameter is not documented. |
Remarks
Returns a new copy of the array even if there are only two inputs and one is empty. |