Skip to content

IOptionalValue

Namespace: SideXP.Core

public interface IOptionalValue

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

Properties

Enabled

bool Enabled

Is this value enabled?

Value

object Value

Gets the value itself.