Advertisement
Guest User

Untitled

a guest
Sep 12th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1. void f1(params object[] args) {
  2.   caller_hlp(args);
  3. }
  4.  
  5. void caller_hlp(params object[] args) {
  6.  ...
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement