Skip to content

P_CodeJam_Option_1_IsNone

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

Option(T).IsNone Property

Gets a value indicating whether the current object does not have a value.

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

Syntax

C#

public bool IsNone { get; }

VB

Public ReadOnly Property IsNone As Boolean
	Get

F#

member IsNone : bool with get

Property Value

Type: Boolean

See Also

Reference

Option(T) Class
CodeJam Namespace

Clone this wiki locally