Microsoft.CSharp.RuntimeBinder.Semantics.MethPropWithInst
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal class MethPropWithInst : MethPropWithType
{
public TypeArray TypeArgs { get; }
public MethPropWithInst();
public MethPropWithInst(MethodOrPropertySymbol mps, AggregateType ats);
public MethPropWithInst(MethodOrPropertySymbol mps, AggregateType ats, TypeArray typeArgs);
public void Set(MethodOrPropertySymbol mps, AggregateType ats, TypeArray typeArgs);
}
}