ExprWithArgs abstract class ExprWithArgs : ExprWithType Documentation Code public ExprMemberGroup MemberGroup { get; set; } public Expr OptionalArguments { get; set; } protected ExprWithArgs(ExpressionKind kind, CType type) public abstract SymWithType GetSymWithType()