Skip to content

P_CodeJam_Option_1_Value

andrewvk edited this page Mar 22, 2016 · 6 revisions

Option(T).Value Property

[This is preliminary documentation and is subject to change.]

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#

public T Value { get; }

VB

Public ReadOnly Property Value As T
	Get

F#

member Value : 'T with get

Property Value

Type: T

See Also

Reference

Option(T) Structure
CodeJam Namespace

Clone this wiki locally