M_CSharpx_Maybe_1_MatchJust - adutton/commandline GitHub Wiki
Matches a value returning true and value itself via output parameter.
Namespace: CSharpx
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public bool MatchJust(
out T value
)VB
Public Function MatchJust (
<OutAttribute> ByRef value As T
) As BooleanC++
public:
bool MatchJust(
[OutAttribute] T% value
)F#
member MatchJust :
value : 'T byref -> bool
- value
- Type: T
Type: Boolean