Ignore:
Timestamp:
Feb 23, 2008, 3:02:47 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

KeyNotFoundExceptionを実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/System/Collections/Generic/Dictionary.ab

    r403 r410  
    4141    Virtual Function Item(key As Key) As T
    4242        If Object.ReferenceEquals(key, Nothing) Then
    43             'Throw ArgumentNullError
    44             debug
    45             Exit Function
     43            Throw New ArgumentNullException("key")
    4644        End If
    4745
     
    6058
    6159        Throw New KeyNotFoundException
    62 
    63         Return Nothing
    6460    End Function
    6561
Note: See TracChangeset for help on using the changeset viewer.