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

    r2244 r2299  
    36373637    """ 
    36383638     
    3639     cue init(isNames as List<of String>, attributes as AttributeList, inheritsProxies as List<of ITypeProxy>, implementsProxies as List<of ITypeProxy>, addsProxies as List<of ITypeProxy>) 
     3639    cue init(isNames as IList<of String>, attributes as AttributeList, inheritsProxies as List<of ITypeProxy>, implementsProxies as List<of ITypeProxy>, addsProxies as List<of ITypeProxy>) 
    36403640        base.init 
    36413641        _isNames = isNames 
     
    36453645        _addsProxies = addsProxies 
    36463646     
    3647     get isNames from var as List<of String> 
     3647    get isNames from var as IList<of String> 
    36483648     
    36493649    get attributes from var as AttributeList