Changeset 1853 for cobra/trunk/Developer/IntermediateReleaseNotes.text
- Timestamp:
- 12/30/08 09:14:09 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Developer/IntermediateReleaseNotes.text
r1848 r1853 77 77 r = Rectangle(p1=Point(x=0, y=1), p2=Point(x=2, y=3)) 78 78 c = Customer('Acme, Inc.', region=Regions.South) 79 80 * Added extensions on generic types like List<of T> and IDictionary<of K, V>. ticket:1 79 81 80 82 * Added partial classes, a la C# and VB. This enables class (and struct and interface) declarations to be split across files. This can be useful for organizing generated code or even manually written code based on purpose. ticket:10



