Wiki
Show
Ignore:
Timestamp:
03/14/10 08:28:09 (2 years ago)
Author:
Chuck.Esterbrook
Message:

Added IDictionary<of TKey, TValue>.get(key as TKey, default as TValue) as TValue

Files:
1 modified

Legend:

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

    r2316 r2318  
    15571557        return true 
    15581558 
     1559    get isUninitializedForLocalVars as bool is override 
     1560        return false  # TODO: could use a more sophisticated implementation 
     1561 
    15591562    get name as String is override 
    15601563        return _name