View difference between Paste ID: 2nufqFKB and fWw2UwYh
SHOW: | | - or go back to the newest paste.
1-
export module System
1+
module System
2
{
3
   export module Collections
4
   {
5
      export module Generic
6
      {
7
         export class List<T>
8
         {
9
            
10
         }
11
      }
12
   }
13
}