Skip to content

P_CodeJam_Option_1_IsSome

Andrew Koryavchenko edited this page Jun 17, 2018 · 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: 2.1.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