Guest User

Untitled

a guest
Oct 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class NewInstanceOfClass {
  2. public static Make<N>(instance:N):void {
  3. return (new N()); //Cannot find name 'N'.
  4. }
  5. }
Add Comment
Please, Sign In to add comment