NullableExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helpers for working with the Nullable<T> type.
public static class NullableExtensions
type NullableExtensions = class
Public Module NullableExtensions
- Inheritance
-
NullableExtensions
Methods
DangerousGetValueOrDefaultReference<T>(Nullable<T>) |
Returns a reference to the value of the input Nullable<T> instance, regardless of whether
the HasValue property is returning |