FsCheck


NonNull<'a> Type

Namespace: FsCheck

Assembly: FsCheck.dll

Base Type: obj

All Interfaces: IEquatable<NonNull<'a>> , IStructuralEquatable , IComparable<NonNull<'a>> , IComparable , IStructuralComparable

Wrap a type in NonNull to prevent null being generated for the wrapped type.

Union cases

Union case Description

NonNull 'a

Full Usage: NonNull 'a

Parameters:
    Item : 'a

Item : 'a

Instance members

Instance member Description

this.Get

Full Usage: this.Get

Returns: 'a

Returns: 'a