ExprMethodInfo sealed class ExprMethodInfo : ExprWithType Documentation Code public ConstructorInfo ConstructorInfo { get; } public MethWithInst Method { get; } public MethodInfo MethodInfo { get; } public ExprMethodInfo(CType type, MethodSymbol method, AggregateType methodType, TypeArray methodParameters)