[linker] Update the mscorlib descriptor with missing generic interfaces.
authorZoltan Varga <vargaz@gmail.com>
Thu, 23 Feb 2017 20:37:15 +0000 (15:37 -0500)
committerZoltan Varga <vargaz@gmail.com>
Thu, 23 Feb 2017 20:37:23 +0000 (15:37 -0500)
mcs/tools/linker/Descriptors/mscorlib.xml

index 31764d0efac7e6113a3689c233918c2aed052786..a92e407162ad6077daff692cbe4323b33ee4a675 100644 (file)
 
                <type fullname="System.Collections.Generic.ICollection`1" />
                <type fullname="System.Collections.Generic.IEnumerable`1" />
+               <type fullname="System.Collections.Generic.IEnumerator`1" />
+               <type fullname="System.Collections.Generic.IReadOnlyList`1" />
+               <type fullname="System.Collections.Generic.IReadOnlyCollection`1" />
+
                <type fullname="System.Collections.Generic.IList`1" />
                <type fullname="System.Collections.Generic.GenericEqualityComparer`1">
                        <method name=".ctor" />