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#

publicboolMatchNothing()

VB

PublicFunctionMatchNothingAsBoolean

C++

public:boolMatchNothing()

F#

memberMatchNothing:unit ->bool 

Return Value

Type: Boolean

See Also

Reference

Maybe(T) Class
CSharpx Namespace

Clone this wiki locally