Microsoft.CSharp.RuntimeBinder.Semantics.ExprMethodInfo
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal sealed class ExprMethodInfo : ExprWithType
{
public MethWithInst Method { get; }
public MethodInfo MethodInfo { get; }
public ConstructorInfo ConstructorInfo { get; }
public ExprMethodInfo(CType type, MethodSymbol method, AggregateType methodType, TypeArray methodParameters);
}
}