diff --git a/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml b/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml index 39a5a81..b2dea7c 100644 --- a/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml +++ b/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml @@ -1,9 +1,9 @@ - RusticiSoftware.System.Collections.ArrayListSupport + java.util.ArrayList - ArrayListSupport + ArrayList System.Collections.ArrayList @@ -13,7 +13,7 @@ - ${this}.addS(${arg}) + ${this}.add(${arg}) System.Object