Wiki
Show
Ignore:
Timestamp:
12/30/08 09:14:09 (3 years ago)
Author:
Chuck.Esterbrook
Message:

Added extensions on generic types like List<of T> and IDictionary<of K, V>.
ticket:1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Developer/IntermediateReleaseNotes.text

    r1848 r1853  
    7777    r = Rectangle(p1=Point(x=0, y=1), p2=Point(x=2, y=3)) 
    7878    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 
    7981 
    8082* 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