Skip to content

IOptionalValue<T>

Namespace: SideXP.Core | Inherits from: IOptionalValue

public interface IOptionalValue<T> : IOptionalValue

Represents a value that may be used or not given a boolean.

Type parameters

  • T: The type of this value.

Properties

Value

T Value

Gets the value itself.