NullableContext extension

Extension that adds nullable conversion capabilities to all objects.

on

Methods

nullable<T>() Nullable<T>

Available on Object?, provided by the NullableContext extension

Converts a nullable object to a Nullable wrapper.