Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public class MyClass
  2. {
  3. public int ReturnZero() { return 0; }
  4. }
  5.  
  6. public class MyClass<TData>
  7. {
  8. public Type ReturnType() { return typeof(TData); }
  9. }
  10.  
  11. Chunk<Struct1> a;
  12. Chunk<Struct2> b;
  13. Chunk c;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement