EXPRUSERDEFINEDCONVERSION
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal class EXPRUSERDEFINEDCONVERSION : EXPR
{
public EXPR Argument;
public EXPR UserDefinedCall;
public MethWithInst UserDefinedCallMethod;
}
}