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