Microsoft.CSharp.RuntimeBinder.Semantics.CandidateFunctionMember
class CandidateFunctionMember
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal class CandidateFunctionMember
{
public MethPropWithInst mpwi;
public TypeArray params;
public byte ctypeLift;
public bool fExpanded;
public CandidateFunctionMember(MethPropWithInst mpwi, TypeArray params, byte ctypeLift, bool fExpanded);
}
}