objnull (FSharp.Core)

objnull Type

Namespace: FSharp.Core
Assembly: FSharp.Core.dll
Abbreviation For: obj

An abbreviation for the CLI type Object or null. With the 'nullable reference types' feature, this is an alias to 'obj | null'.