Skip to content

M_CSharpx_Maybe_1_MatchNothing

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

Maybe(T).MatchNothing Method

Matches an empty value returning true.

Namespace: CSharpx
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public bool MatchNothing()

VB

Public Function MatchNothing As Boolean

C++

public:
bool MatchNothing()

F#

member MatchNothing : unit -> bool 

Return Value

Type: Boolean

See Also

Reference

Maybe(T) Class
CSharpx Namespace

Clone this wiki locally