Skip to content

P_CodeJam_IOption_1_Value

Andrew Koryavchenko edited this page Jul 4, 2017 · 5 revisions

IOption(T).Value Property

Gets the value of the current object.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

T Value { get; }

VB

ReadOnly Property Value As T
	Get

F#

abstract Value : 'T with get

Property Value

Type: T

See Also

Reference

IOption(T) Interface
CodeJam Namespace

Clone this wiki locally