Interface IVariable
- Namespace
- NominalSystems.Core
- Assembly
- NominalSystems.Core.dll
[NominalSystems] Represents a serializable variable (ex: field or property)
public interface IVariable
Properties
Name
The variable's name
string Name { get; }
Property Value
Type
The variable type
Type Type { get; }
Property Value
Value
The variable's value
object Value { get; set; }