Nemerle Documentation

Option.IsNone Method 

Returns `true' if the optional value is not present.

public static bool IsNone(
   option x
);

See Also

Option Class | Nemerle.Core Namespace