Skip to content

M_CSharpx_Left_2__ctor

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

Left(TLeft, TRight) Constructor

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

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

Syntax

C#

internal Left(
	TLeft value
)

VB

Friend Sub New ( 
	value As TLeft
)

C++

internal:
Left(
	TLeft value
)

F#

new : 
        value : 'TLeft -> Left

Parameters

 

value
Type: TLeft

See Also

Reference

Left(TLeft, TRight) Class
CSharpx Namespace

Clone this wiki locally