M_CSharpx_Right_2__ctor - adutton/commandline GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️