Table of Contents

Interface IOptional

Namespace
Executables
Assembly
executables.dll

Represents a value container that may or may not currently contain a value.

public interface IOptional

Properties

HasValue

Gets a value indicating whether an actual value is present.

bool HasValue { get; }

Property Value

bool