Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2017-02-23 23:37:15 +0300
committerZoltan Varga <vargaz@gmail.com>2017-02-23 23:37:23 +0300
commitb36c8440d3dc55be51d86207437b87ed8b2b34e6 (patch)
tree377ff2a88c6b5300eeed582078d1f739c7deaaca
parent6d107fdecabd3ce9a9357962dd1bade81901f251 (diff)
[linker] Update the mscorlib descriptor with missing generic interfaces.
-rw-r--r--mcs/tools/linker/Descriptors/mscorlib.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/tools/linker/Descriptors/mscorlib.xml b/mcs/tools/linker/Descriptors/mscorlib.xml
index 31764d0efac..a92e407162a 100644
--- a/mcs/tools/linker/Descriptors/mscorlib.xml
+++ b/mcs/tools/linker/Descriptors/mscorlib.xml
@@ -153,6 +153,10 @@
<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" />