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
) Summary
Turns the specified value into a nullable value. Generic type parametersTInput |
Any non-nullable value type. |
Parametersthis TInput | input |
Any value. |
Returns
The same value cast as nullable. |