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 Max<T>(params T[])Declarationpublic static T Max<T>(
params T[] args
) SummaryReturns the largest of all arguments passed in. Uses the Linq .Max extension method to do the work. Generic type parametersT | This type parameter is not documented. |
|