Skip to content

P_CodeJam_IOption_1_Value

andrewvk edited this page Jun 23, 2016 · 5 revisions

IOption(T).Value Property

Gets the value of the current object.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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