diff --git a/CS2JLibrary/NetFramework/System/Array.xml b/CS2JLibrary/NetFramework/System/Array.xml
index a0ea227..0ff4880 100644
--- a/CS2JLibrary/NetFramework/System/Array.xml
+++ b/CS2JLibrary/NetFramework/System/Array.xml
@@ -50,7 +50,20 @@
-
+
+
+
+
+
+ System.Int32
+ i
+
+
+ T
+ ${this}[${i}]
+ ${this}[${i}] = ${value}
+
+
diff --git a/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml b/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml
index 83b3edc..0db0018 100644
--- a/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml
@@ -66,34 +66,6 @@
Contains
System.Boolean
-
-
- ${this}.get(${i})
-
-
- System.Int32
- i
-
-
- get___idx
- System.Object
-
-
-
- ${this}.set___idx(${i}, ${v})
-
-
- System.Int32
- i
-
-
- System.Object
- v
-
-
- set___idx
- System.Void
-
${this}.add(${index}, ${value})
@@ -165,7 +137,20 @@
-
+
+
+
+
+
+ System.Int32
+ i
+
+
+ System.Object
+ ${this}.get(${i})
+ ${this}.add(${i}, ${value})
+
+
diff --git a/CS2JLibrary/NetFramework/System/Collections/Generic/Dictionary.xml b/CS2JLibrary/NetFramework/System/Collections/Generic/Dictionary.xml
index 9e47497..f46b79c 100644
--- a/CS2JLibrary/NetFramework/System/Collections/Generic/Dictionary.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/Generic/Dictionary.xml
@@ -99,7 +99,19 @@
-
+
+
+
+
+
+ System.Object
+ key
+
+
+ System.Object
+ ${this}.get(${key})
+ ${this}.put(${key}, ${value})
+
diff --git a/CS2JLibrary/NetFramework/System/Collections/Generic/List.xml b/CS2JLibrary/NetFramework/System/Collections/Generic/List.xml
index 6cdc9c7..c09c6e8 100644
--- a/CS2JLibrary/NetFramework/System/Collections/Generic/List.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/Generic/List.xml
@@ -59,34 +59,6 @@
Contains
System.Boolean
-
-
- ${this}.get(${i})
-
-
- System.Int32
- i
-
-
- get___idx
- System.Object
-
-
-
- ${this}.set___idx(${i}, ${v})
-
-
- System.Int32
- i
-
-
- System.Object
- v
-
-
- set___idx
- System.Void
-
${this}.toArrayS(new ${TYPEOF_TYPE}[0])
@@ -118,7 +90,20 @@
-
+
+
+
+
+
+ System.Int32
+ i
+
+
+ System.Object
+ ${this}.get(${i})
+ ${this}.put(${i}, ${value})
+
+
diff --git a/CS2JLibrary/NetFramework/System/Collections/Hashtable.xml b/CS2JLibrary/NetFramework/System/Collections/Hashtable.xml
index 709ae37..7b330b6 100644
--- a/CS2JLibrary/NetFramework/System/Collections/Hashtable.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/Hashtable.xml
@@ -51,34 +51,6 @@
ContainsKey
System.Boolean
-
-
- ${this}.get(${key})
-
-
- System.Object
- key
-
-
- get___idx
- System.Object
-
-
-
- ${this}.put(${key}, ${value})
-
-
- System.Object
- key
-
-
- System.Object
- value
-
-
- set___idx
- System.Void
-
@@ -107,7 +79,20 @@
-
+
+
+
+
+
+ System.Object
+ key
+
+
+ System.Object
+ ${this}.get(${key})
+ ${this}.put(${key}, ${value})
+
+
diff --git a/CS2JLibrary/NetFramework/System/Collections/IDictionary.xml b/CS2JLibrary/NetFramework/System/Collections/IDictionary.xml
index de00932..4e0c57c 100644
--- a/CS2JLibrary/NetFramework/System/Collections/IDictionary.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/IDictionary.xml
@@ -48,34 +48,6 @@
ContainsKey
System.Boolean
-
-
- ${this}.get(${key})
-
-
- System.Object
- key
-
-
- get___idx
- System.Object
-
-
-
- ${this}.put(${key}, ${value})
-
-
- System.Object
- key
-
-
- System.Object
- value
-
-
- set___idx
- System.Void
-
${this}.remove(${value})
@@ -116,5 +88,18 @@
-
+
+
+
+
+
+ System.Object
+ key
+
+
+ System.Object
+ ${this}.get(${key})
+ ${this}.put(${key}, ${value})
+
+
diff --git a/CS2JLibrary/NetFramework/System/Collections/IList.xml b/CS2JLibrary/NetFramework/System/Collections/IList.xml
index 7ea08cc..4d4b25a 100644
--- a/CS2JLibrary/NetFramework/System/Collections/IList.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/IList.xml
@@ -32,34 +32,6 @@
Contains
System.Boolean
-
-
- ${this}.get(${i})
-
-
- System.Int32
- i
-
-
- get___idx
- System.Object
-
-
-
- ${this}.set___idx(${i}, ${v})
-
-
- System.Int32
- i
-
-
- System.Object
- v
-
-
- set___idx
- System.Void
-
@@ -72,7 +44,20 @@
-
+
+
+
+
+
+ System.Int32
+ i
+
+
+ System.Object
+ ${this}.get(${i})
+ ${this}.put(${i}, ${value})
+
+
diff --git a/CS2JLibrary/NetFramework/System/Collections/ObjectModel/Collection.xml b/CS2JLibrary/NetFramework/System/Collections/ObjectModel/Collection.xml
index f3e6c35..ac1c9c0 100644
--- a/CS2JLibrary/NetFramework/System/Collections/ObjectModel/Collection.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/ObjectModel/Collection.xml
@@ -118,7 +118,20 @@
-
+
+
+
+
+
+ System.Int32
+ i
+
+
+ System.Object
+ ${this}.get(${i})
+ ${this}.put(${i}, ${value})
+
+
diff --git a/CS2JLibrary/NetFramework/System/Collections/SortedList.xml b/CS2JLibrary/NetFramework/System/Collections/SortedList.xml
index ecb3e3b..640a2f6 100644
--- a/CS2JLibrary/NetFramework/System/Collections/SortedList.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/SortedList.xml
@@ -53,34 +53,6 @@
Contains
System.Boolean
-
-
- ${this}.get(${key})
-
-
- System.Object
- key
-
-
- get___idx
- System.Object
-
-
-
- ${this}.put(${key}, ${value})
-
-
- System.Object
- key
-
-
- System.Object
- value
-
-
- set___idx
- System.Void
-
@@ -109,7 +81,20 @@
-
+
+
+
+
+
+ System.Object
+ key
+
+
+ System.Object
+ ${this}.get(${key})
+ ${this}.put(${key}, ${value})
+
+
diff --git a/CS2JLibrary/NetFramework/System/String.xml b/CS2JLibrary/NetFramework/System/String.xml
index b7178e9..4cdd6af 100644
--- a/CS2JLibrary/NetFramework/System/String.xml
+++ b/CS2JLibrary/NetFramework/System/String.xml
@@ -662,18 +662,6 @@
TrimEnd
System.String
-
-
- ${this}.charAt(${i})
-
-
- System.Int32
- i
-
-
- get___idx
- System.Char
-
@@ -694,7 +682,19 @@
-
+
+
+
+
+
+ System.Int32
+ i
+
+
+ System.Char
+ ${this}.charAt(${i})
+
+
diff --git a/CS2JLibrary/NetFramework/System/Xml/XmlAttributeCollection.xml b/CS2JLibrary/NetFramework/System/Xml/XmlAttributeCollection.xml
index 6df30c6..931597b 100644
--- a/CS2JLibrary/NetFramework/System/Xml/XmlAttributeCollection.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/XmlAttributeCollection.xml
@@ -8,18 +8,6 @@
System.Object
-
-
- ${this}.get(${idx})
-
-
- System.String
- idx
-
-
- get___idx
- System.Xml.XmlAttribute
-
${this}.add(${att})
@@ -44,7 +32,19 @@
-
+
+
+
+
+
+ System.String
+ idx
+
+
+ System.Xml.XmlAttribute
+ ${this}.get(${idx})
+
+
diff --git a/CS2JLibrary/NetFramework/System/Xml/XmlNodeList.xml b/CS2JLibrary/NetFramework/System/Xml/XmlNodeList.xml
index 0e0a000..252b057 100644
--- a/CS2JLibrary/NetFramework/System/Xml/XmlNodeList.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/XmlNodeList.xml
@@ -23,18 +23,6 @@
Item
System.Xml.XmlNode
-
-
- ${this}.get(${idx})
-
-
- System.Int32
- idx
-
-
- get___idx
- System.Xml.XmlNode
-
@@ -47,7 +35,19 @@
-
+
+
+
+
+
+ System.Int32
+ idx
+
+
+ System.Xml.XmlNode
+ ${this}.get(${idx})
+
+