Fix #80242
authorRaja R Harinath <harinath@hurrynot.org>
Sat, 16 Dec 2006 18:30:03 +0000 (18:30 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Sat, 16 Dec 2006 18:30:03 +0000 (18:30 -0000)
commitfe2daee4c483813df131ba9355e468b626596ff4
tree9e5cdb40755a8a4e602921fc9a13bbc0b03997e6
parent6b70b1f2b3e76a2495a54f3fc56347f7a6d8d6e7
Fix #80242
* icall.c (ves_icall_Type_GetNestedType): If the type is a generic
instance, use the generic type definition instead.
(ves_icall_Type_GetNestedTypes): Likewise.
* class.c (mono_class_create_generic): Always set the
nested_classes of a generic instance to NULL, even if the generic
type definition has nested types.

svn path=/trunk/mono/; revision=69582
mono/metadata/ChangeLog
mono/metadata/class.c
mono/metadata/icall.c