Guest User

Untitled

a guest
Dec 7th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. using System;
  2.  
  3. public class Util
  4. {
  5. public static Object[] makeObjectArray(int size)
  6. {
  7. return new Object[size];
  8. }
  9. }
Add Comment
Please, Sign In to add comment