Skip to content

M_CSharpx_Just_1__ctor

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

Just(T) Constructor

Initializes a new instance of the Just(T) class

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

Syntax

C#

internal Just(
	T value
)

VB

Friend Sub New ( 
	value As T
)

C++

internal:
Just(
	T value
)

F#

new : 
        value : 'T -> Just

Parameters

 

value
Type: T

See Also

Reference

Just(T) Class
CSharpx Namespace

Clone this wiki locally