Wiki
Show
Ignore:
Timestamp:
03/05/10 04:41:04 (2 years ago)
Author:
Chuck.Esterbrook
Message:

Fixed: Cobra compile failure on delegates calling .(begin|end)Invoke. ticket:196
Code cleanup. Using IList over List more.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/DocGenerator.cobra

    r2218 r2299  
    265265        .writeIsNames(box.isNames) 
    266266     
    267     def writeIsNames(isNames as List<of String>) 
     267    def writeIsNames(isNames as IList<of String>) 
    268268        if isNames.count 
    269269            .write('is ')