Skip to content

M_CSharpx_Right_2__ctor

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

Right(TLeft, TRight) Constructor

Initializes a new instance of the Right(TLeft, TRight) class

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

Syntax

C#

internal Right(
	TRight value
)

VB

Friend Sub New ( 
	value As TRight
)

C++

internal:
Right(
	TRight value
)

F#

new : 
        value : 'TRight -> Right

Parameters

 

value
Type: TRight

See Also

Reference

Right(TLeft, TRight) Class
CSharpx Namespace

Clone this wiki locally