Header menu logo TDesu.FSharp

Ref Module

Active patterns

Active pattern Description

(|Null|_|) obj

Full Usage: (|Null|_|) obj

Parameters:
    obj : 'a

Returns: bool
Modifiers: inline
Type parameters: 'a

Matches when the value is a null reference. The value to test for null.

obj : 'a
Returns: bool

Type something to start searching.