Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal class MiscSymFactory : SymFactoryBase
{
public MiscSymFactory(SYMTBL symtable);
public InputFile CreateMDInfile(Name name, mdToken idLocalAssembly);
public Scope CreateScope(Scope parent);
public IndexerSymbol CreateIndexer(Name name, ParentSymbol parent, Name realName, AggregateDeclaration declaration);
}
}