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:
parent
b32c4f1e86
commit
9494ead814
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This file is
|
This file is
|
||||||
@ -15,6 +15,7 @@
|
|||||||
<Name>System.Collections.ArrayList</Name>
|
<Name>System.Collections.ArrayList</Name>
|
||||||
<Uses />
|
<Uses />
|
||||||
<Inherits>
|
<Inherits>
|
||||||
|
<Type>System.Collections.IList</Type>
|
||||||
<Type>System.Collections.IEnumerable</Type>
|
<Type>System.Collections.IEnumerable</Type>
|
||||||
<Type>System.Collections.ICollection</Type>
|
<Type>System.Collections.ICollection</Type>
|
||||||
</Inherits>
|
</Inherits>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user