AllowNullLiteralAttribute Type
- Namespace: FSharp.Core
- Assembly: FSharp.Core.dll
-
Base Type:
Attribute - This is an attribute type definition
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
|
|
Full Usage:
AllowNullLiteralAttribute()
Returns: AllowNullLiteralAttribute
AllowNullLiteralAttribute
|
|
Instance members
| Instance member |
Description
|
|
|

FSharp.Core