Header menu logo TDesu.FSharp

Ref Module

Active patterns

Active pattern Description

(|Null|_|) obj

Full Usage: (|Null|_|) obj

Parameters:
    obj : 'a

Returns: unit option

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

obj : 'a
Returns: unit option

Type something to start searching.