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>(T, T)Declarationpublic static T Max<T>(
T val1,
T val2
) SummaryReturns the larger of the two IComparable values. If the values are equal, returns the first one. Generic type parametersT | This type parameter is not documented. |
|