Skip to content

M_CSharpx_Maybe_1__ctor

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

Maybe(T) Constructor

Initializes a new instance of the Maybe(T) class

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

Syntax

C#

protected Maybe(
	MaybeType tag
)

VB

Protected Sub New ( 
	tag As MaybeType
)

C++

protected:
Maybe(
	MaybeType tag
)

F#

new : 
        tag : MaybeType -> Maybe

Parameters

 

tag
Type: CSharpx.MaybeType

See Also

Reference

Maybe(T) Class
CSharpx Namespace

Clone this wiki locally