Contains the Extension Classes for Functions.
This is a helper type that can be used when using the .SetFunction extensions to allow for nullable p...
readonly bool HasValue
The HasValue Flag.
BadNullable(T value)
Creates a new BadNullable.
readonly? T Value
The Value of the Parameter.
BadNullable()
Creates a new BadNullable.
static readonly BadNullable< T > Null
The Null Value.