Table of Contents

HasValue Property

Definition

Namespace
Cuemon
Assemblies
Cuemon.Core.dll
Source
src/Cuemon.Core/DataPair.cs

HasValue

Gets a value indicating whether Value is not null.

public bool HasValue { get; }

Property Value

bool

true if Value is not null; otherwise, false.