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

    r2207 r2299  
    88    def extensionMemberFor(box as Box, name as String) as IMember? 
    99    get isFromBinaryLibrary as bool 
    10     get isNames as List<of String> 
     10    get isNames as IList<of String> 
    1111 
    1212