/// <summary> /// Returns the child expressions, including the TypeArguments and Arguments. /// </summary> protected override IEnumerable <AbstractProgramElement> GetChildren() { return(TypeArguments.Concat(Arguments).Concat(base.GetChildren())); }