Skip to content

P_CodeJam_Option_1_Some_Value

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

Option(T).Some.Value Property

Gets the value of the current object.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.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).Some Class
CodeJam Namespace

Clone this wiki locally