Skip to content

P_CodeJam_IOption_1_HasValue

andrewvk edited this page Jul 1, 2016 · 5 revisions

IOption(T).HasValue Property

Gets a value indicating whether the current object has a value.

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

Syntax

C#

bool HasValue { get; }

VB

ReadOnly Property HasValue As Boolean
	Get

F#

abstract HasValue : bool with get

Property Value

Type: Boolean

See Also

Reference

IOption(T) Interface
CodeJam Namespace

Clone this wiki locally