Skip to content

P_CSharpx_Left_2_Value

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

Left(TLeft, TRight).Value Property

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

Syntax

C#

public TLeft Value { get; }

VB

Public ReadOnly Property Value As TLeft
	Get

C++

public:
property TLeft Value {
	TLeft get ();
}

F#

member Value : 'TLeft with get

Property Value

Type: TLeft

See Also

Reference

Left(TLeft, TRight) Class
CSharpx Namespace

Clone this wiki locally