1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

ArrayList is an IList

This commit is contained in:
Kevin Glynn 2011-09-02 10:37:37 +02:00
parent b32c4f1e86
commit 9494ead814

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is
@ -15,6 +15,7 @@
<Name>System.Collections.ArrayList</Name>
<Uses />
<Inherits>
<Type>System.Collections.IList</Type>
<Type>System.Collections.IEnumerable</Type>
<Type>System.Collections.ICollection</Type>
</Inherits>