Microsoft.CSharp.RuntimeBinder.Semantics.NamespaceOrAggregateSymbol
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal abstract class NamespaceOrAggregateSymbol : ParentSymbol
{
public NamespaceOrAggregateSymbol();
public Declaration DeclFirst();
public void AddDecl(Declaration decl);
}
}