IVariable

Defines a variable interface.

Inherits: GenericNumberState

Description

The IVariable interface allows you to define a variable.

Properties

Name

The variable name.

string Name { get; }

Value

The variable value.

Variant Value { get; set; }