M_CSharpx_Left_2__ctor - adutton/commandline GitHub Wiki

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

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