M_CSharpx_Left_2__ctor - adutton/commandline GitHub Wiki
Initializes a new instance of the Left(TLeft, TRight) class
Namespace: CSharpx
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
internal Left(
TLeft value
)VB
Friend Sub New (
value As TLeft
)C++
internal:
Left(
TLeft value
)F#
new :
value : 'TLeft -> Left
- value
- Type: TLeft