Skip to content

P_CodeJam_Option_1_IsSome

andrewvk edited this page Jun 23, 2016 · 5 revisions

Option(T).IsSome Property

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

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

Syntax

C#

public bool IsSome { get; }

VB

Public ReadOnly Property IsSome As Boolean
	Get

F#

member IsSome : bool with get

Property Value

Type: Boolean

See Also

Reference

Option(T) Class
CodeJam Namespace

Clone this wiki locally