Skip to content

P_CSharpx_Just_1_Value

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

Just(T).Value Property

The wrapped value.

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

Syntax

C#

public T Value { get; }

VB

Public ReadOnly Property Value As T
	Get

C++

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

F#

member Value : 'T with get

Property Value

Type: T

See Also

Reference

Just(T) Class
CSharpx Namespace

Clone this wiki locally