Microsoft.CSharp.RuntimeBinder.Semantics.Declaration
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal class Declaration : ParentSymbol
{
public NamespaceOrAggregateSymbol bag;
public Declaration declNext;
public Declaration();
}
}