Upsilon/Upsilon/Binder/IBoundNodeScopeOwner.cs

7 lines
121 B
C#

namespace Upsilon.Binder
{
public interface IBoundNodeScopeOwner
{
BoundScope Scope { get; set; }
}
}