diff --git a/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml b/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml index b2dea7c..dced0de 100644 --- a/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml +++ b/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml @@ -169,12 +169,12 @@ - new ArrayListSupport() + new ArrayList() - new ArrayListSupport(${length}) + new ArrayList(${length}) System.Int32 @@ -184,7 +184,7 @@ - new ArrayListSupport(${collection}) + new ArrayList(${collection}) System.ICollection diff --git a/CS2JLibrary/NetFramework/System/String.xml b/CS2JLibrary/NetFramework/System/String.xml index 506469e..a249dc3 100644 --- a/CS2JLibrary/NetFramework/System/String.xml +++ b/CS2JLibrary/NetFramework/System/String.xml @@ -4,7 +4,9 @@ String System.String - + + System.Object +