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