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
C#
public bool IsSome { get; }
VB
Public ReadOnly Property IsSome As Boolean
Get
F#
member IsSome : bool with get
Type: Boolean
Option(T) Class
CodeJam Namespace