Table of Contents

Interface IVariable

Namespace
Echo.Code
Assembly
Echo.dll

Represents a single variable in a virtual machine.

public interface IVariable

Properties

Name

Gets the name of the variable.

string Name { get; }

Property Value

string