Changeset 2335 for cobra/trunk/HowTo/350-MakeACollectionClass.cobra
- Timestamp:
- 03/20/10 04:42:28 (2 years ago)
- Files:
-
- 1 modified
-
cobra/trunk/HowTo/350-MakeACollectionClass.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/HowTo/350-MakeACollectionClass.cobra
r2127 r2335 2 2 MakeACollectionClass.cobra 3 3 4 This HowTo shows the syntax and techniques for declaring an IList. 4 This HowTo shows the syntax and techniques for declaring a class that 5 implements IList<of T>. 5 6 """ 6 7



