Interface IVariable
Represents a single variable in a virtual machine.
public interface IVariable
Properties
Name
Gets the name of the variable.
string Name { get; }
Represents a single variable in a virtual machine.
public interface IVariable
Gets the name of the variable.
string Name { get; }