| |
| Recipe 2.14: Calling a Method with the Same Arguments as the Current Method |
Last Updated: Sep 8, 2003
Status: Draft
|
|
|
|
How important is this problem to you?
(Login to Vote)
4.00 Rating, 2 Votes
|
|
How acceptable is the proposed solution?
(Login to Vote)
0.00 Rating, 0 Votes
|
|
Problem:
  
You want to call another method, passing it the exact arguments that the current method received.
Solution:
Discussion:
|
|