Advertisement
Guest User

Untitled

a guest
Oct 6th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export module System
  2. {
  3.    export module Collections
  4.    {
  5.       export module Generic
  6.       {
  7.          export class List<T>
  8.          {
  9.            
  10.          }
  11.       }
  12.    }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement