Skip to content

P_CSharpx_Right_2_Value

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

Right(TLeft, TRight).Value Property

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

Syntax

C#

public TRight Value { get; }

VB

Public ReadOnly Property Value As TRight
	Get

C++

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

F#

member Value : 'TRight with get

Property Value

Type: TRight

See Also

Reference

Right(TLeft, TRight) Class
CSharpx Namespace

Clone this wiki locally