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