AllowNullLiteralAttribute Type
Adding this attribute to a type lets the 'null' literal be used for the type within F# code. This attribute may only be added to F#-defined class or interface types.
Constructors
Constructor |
Description
|
Full Usage:
AllowNullLiteralAttribute(value)
Parameters:
bool
Returns: AllowNullLiteralAttribute
AllowNullLiteralAttribute
|
Creates an instance of the attribute with the specified value
|
Full Usage:
AllowNullLiteralAttribute()
Returns: AllowNullLiteralAttribute
AllowNullLiteralAttribute
|
Creates an instance of the attribute
|
Instance members
Instance member |
Description
|
|
The value of the attribute, indicating whether the type allows the null literal or not
|