M_CSharpx_Maybe_1__ctor - adutton/commandline GitHub Wiki
Initializes a new instance of the Maybe(T) class
Namespace: CSharpx
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
protected Maybe(
MaybeType tag
)VB
Protected Sub New (
tag As MaybeType
)C++
protected:
Maybe(
MaybeType tag
)F#
new :
tag : MaybeType -> Maybe
- tag
- Type: CSharpx.MaybeType