Microsoft.CSharp.RuntimeBinder.Semantics.AggregateDeclaration
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal class AggregateDeclaration : Declaration
{
public AggregateSymbol Agg();
public new InputFile getInputFile();
public new Assembly GetAssembly();
public AggregateDeclaration();
}
}