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/Attributes.cobra

    r2298 r2299  
    107107        return true 
    108108     
    109     get isNames as List<of String> 
     109    get isNames as IList<of String> 
    110110        return List<of String>() 
    111111