Skip to content

P_CodeJam_Option_1_IsNone

andrewvk edited this page Jun 23, 2016 · 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: 1.0.0.0 (1.0.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