ExprCall sealed class ExprCall : ExprWithArgs Documentation Code public Expr CastOfNonLiftedResultToLiftedType { get; set; } public MethWithInst MethWithInst { get; set; } public NullableCallLiftKind NullableCallLiftKind { get; set; } public Expr PConversions { get; set; } public PREDEFMETH PredefinedMethod { get; set; } public ExprCall(CType type, EXPRFLAG flags, Expr arguments, ExprMemberGroup member, MethWithInst method)