Microsoft.CSharp.RuntimeBinder.Semantics.MethWithInst
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal class MethWithInst : MethPropWithInst
{
public MethWithInst();
public MethWithInst(MethodSymbol meth, AggregateType ats);
public MethWithInst(MethodSymbol meth, AggregateType ats, TypeArray typeArgs);
public MethWithInst(MethPropWithInst mpwi);
}
}