source: trunk/Include/Classes/System/Collections/Generic/KeyNotFoundException.ab@ 403

Last change on this file since 403 was 403, checked in by dai, 16 years ago

・MemberInfoクラスを追加。
・KeyNotFoundExceptionクラスを追加。
TypeInfo.GetMembersメソッドを追加。
・TypeInfoテストケースを追加。

File size: 186 bytes
Line 
1Namespace System
2Namespace Collections
3Namespace Generic
4
5
6Class KeyNotFoundException
7 Inherits System.SystemException
8End Class
9
10
11End Namespace
12End Namespace
13End Namespace
Note: See TracBrowser for help on using the repository browser.