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 |
| Extension method: TInput? Nullable<TInput>(this TInput)Declarationpublic static TInput? Nullable<TInput>(
this TInput input
) SummaryTurns the specified value into a nullable value. Generic type parametersTInput | Any non-nullable value type. |
Parametersthis TInput | input | Any value. |
ReturnsThe same value cast as nullable. |