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/Developer/IntermediateReleaseNotes.text

    r2315 r2318  
    6464================================================================================ 
    6565 
    66 * Added extension methods to List<of T>. @@ expand on this 
     66* Added extension methods to IList<of T>. @@ expand on this 
     67 
     68* Added extension methods to IDictionary<of TKey, TValue>. @@ expand on this 
    6769 
    6870* Moved useful Utils methods to extension methods.  ticket:111