We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gets a value indicating whether the current object has a value.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool HasValue { get; }
VB
Public ReadOnly Property HasValue As Boolean Get
F#
abstract HasValue : bool with get override HasValue : bool with get
Type: Boolean
IOption(T).HasValue
ValueOption(T) StructureCodeJam Namespace