diff --git a/CS2JLibrary/NetFramework/ICSharpCode/SharpZipLib/Zip/ZipEntry.xml b/CS2JLibrary/NetFramework/ICSharpCode/SharpZipLib/Zip/ZipEntry.xml
index e755818..442f8e5 100644
--- a/CS2JLibrary/NetFramework/ICSharpCode/SharpZipLib/Zip/ZipEntry.xml
+++ b/CS2JLibrary/NetFramework/ICSharpCode/SharpZipLib/Zip/ZipEntry.xml
@@ -13,19 +13,19 @@
- ${this}.getName()
+ ${this:16}.getName()
System.String
Name
- ${this}.getName()
- ${this}.setName(${value})
+ ${this:16}.getName()
+ ${this:16}.setName(${value})
- ${this}.isDirectory()
+ ${this:16}.isDirectory()
System.Boolean
IsDirectory
- ${this}.isDirectory()
- ${this}.setIsDirectory(${value})
+ ${this:16}.isDirectory()
+ ${this:16}.setIsDirectory(${value})
@@ -35,4 +35,4 @@
-
\ No newline at end of file
+
diff --git a/CS2JLibrary/NetFramework/ICSharpCode/SharpZipLib/Zip/ZipInputStream.xml b/CS2JLibrary/NetFramework/ICSharpCode/SharpZipLib/Zip/ZipInputStream.xml
index ef6156f..502531d 100644
--- a/CS2JLibrary/NetFramework/ICSharpCode/SharpZipLib/Zip/ZipInputStream.xml
+++ b/CS2JLibrary/NetFramework/ICSharpCode/SharpZipLib/Zip/ZipInputStream.xml
@@ -14,7 +14,7 @@
- ${this}.getNextEntry()
+ ${this:16}.getNextEntry()
GetNextEntry
ICSharpCode.SharpZipLib.Zip.ZipEntry
@@ -41,4 +41,4 @@
-
\ No newline at end of file
+
diff --git a/CS2JLibrary/NetFramework/System/Array.xml b/CS2JLibrary/NetFramework/System/Array.xml
index 0ff4880..84501ab 100644
--- a/CS2JLibrary/NetFramework/System/Array.xml
+++ b/CS2JLibrary/NetFramework/System/Array.xml
@@ -46,7 +46,7 @@
System.Int32
Length
- ${this}.length
+ ${this:16}.length
diff --git a/CS2JLibrary/NetFramework/System/Boolean.xml b/CS2JLibrary/NetFramework/System/Boolean.xml
index 926c044..b932f89 100644
--- a/CS2JLibrary/NetFramework/System/Boolean.xml
+++ b/CS2JLibrary/NetFramework/System/Boolean.xml
@@ -37,7 +37,7 @@
System.String
FalseString
"False"
- ${this}.setFalseString(${value})
+ ${this:16}.setFalseString(${value})
@@ -45,7 +45,7 @@
System.String
TrueString
"True"
- ${this}.setTrueString(${value})
+ ${this:16}.setTrueString(${value})
@@ -53,7 +53,7 @@
System.Boolean
HasValue
${this} != null
- ${this}.setHasValue(${value})
+ ${this:16}.setHasValue(${value})
@@ -61,7 +61,7 @@
System.Boolean
Value
${this}
- ${this}.setValue(${value})
+ ${this:16}.setValue(${value})
diff --git a/CS2JLibrary/NetFramework/System/Byte.xml b/CS2JLibrary/NetFramework/System/Byte.xml
index 0e89f62..2bbea64 100644
--- a/CS2JLibrary/NetFramework/System/Byte.xml
+++ b/CS2JLibrary/NetFramework/System/Byte.xml
@@ -38,7 +38,7 @@
System.Byte
MinValue
Byte.MIN_VALUE
- ${this}.setMinValue(${value})
+ ${this:16}.setMinValue(${value})
@@ -46,7 +46,7 @@
System.Byte
MaxValue
Byte.MAX_VALUE
- ${this}.setMaxValue(${value})
+ ${this:16}.setMaxValue(${value})
diff --git a/CS2JLibrary/NetFramework/System/Char.xml b/CS2JLibrary/NetFramework/System/Char.xml
index dee57ef..776b702 100644
--- a/CS2JLibrary/NetFramework/System/Char.xml
+++ b/CS2JLibrary/NetFramework/System/Char.xml
@@ -145,7 +145,7 @@
System.Char
MinValue
Character.MIN_VALUE
- ${this}.setMinValue(${value})
+ ${this:16}.setMinValue(${value})
@@ -153,7 +153,7 @@
System.Char
MaxValue
Character.MAX_VALUE
- ${this}.setMaxValue(${value})
+ ${this:16}.setMaxValue(${value})
diff --git a/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml b/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml
index 28a6ae4..a066520 100644
--- a/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml
@@ -13,7 +13,7 @@
- ${this}.add(${arg})
+ ${this:16}.add(${arg})
System.Object
@@ -27,7 +27,7 @@
java.util.Arrays
- ${this}.addAll(Arrays.asList(${arg}))
+ ${this:16}.addAll(Arrays.asList(${arg}))
System.Object[]
@@ -39,7 +39,7 @@
- ${this}.addAll(${arg})
+ ${this:16}.addAll(${arg})
System.Collections.ICollection
@@ -51,14 +51,14 @@
- ${this}.clear()
+ ${this:16}.clear()
Clear
System.Void
- ${this}.contains(${key})
+ ${this:16}.contains(${key})
System.Object
@@ -70,7 +70,7 @@
- ${this}.add(${index}, ${value})
+ ${this:16}.add(${index}, ${value})
System.Int32
@@ -86,7 +86,7 @@
- ${this}.remove(${value})
+ ${this:16}.remove(${value})
System.Object
@@ -98,7 +98,7 @@
- ${this}.remove(${index})
+ ${this:16}.remove(${index})
System.Int32
@@ -110,7 +110,7 @@
- ${this}.toArray(new ${TYPEOF_expr_TYPE}[0])
+ ${this:16}.toArray(new ${TYPEOF_expr_TYPE}[0])
System.Type
@@ -133,11 +133,11 @@
- ${this}.size()
+ ${this:16}.size()
System.Int32
Count
- ${this}.size()
- ${this}.setCount(${value})
+ ${this:16}.size()
+ ${this:16}.setCount(${value})
@@ -151,8 +151,8 @@
System.Object
- ${this}.get(${i})
- ${this}.add(${i}, ${value})
+ ${this:16}.get(${i})
+ ${this:16}.add(${i}, ${value})
diff --git a/CS2JLibrary/NetFramework/System/Collections/DictionaryEntry.xml b/CS2JLibrary/NetFramework/System/Collections/DictionaryEntry.xml
index 3aeb131..aa3edc8 100644
--- a/CS2JLibrary/NetFramework/System/Collections/DictionaryEntry.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/DictionaryEntry.xml
@@ -11,19 +11,19 @@
- ${this}.getKey()
+ ${this:16}.getKey()
System.Object
Key
- ${this}.getKey()
- ${this}.setKey(${value})
+ ${this:16}.getKey()
+ ${this:16}.setKey(${value})
- ${this}.getValue()
+ ${this:16}.getValue()
System.Object
Value
- ${this}.getValue()
- ${this}.setValue(${value})
+ ${this:16}.getValue()
+ ${this:16}.setValue(${value})
diff --git a/CS2JLibrary/NetFramework/System/Collections/Generic/Dictionary.xml b/CS2JLibrary/NetFramework/System/Collections/Generic/Dictionary.xml
index 9655f72..9830e35 100644
--- a/CS2JLibrary/NetFramework/System/Collections/Generic/Dictionary.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/Generic/Dictionary.xml
@@ -13,7 +13,7 @@
- ${this}.put(${key}, ${value})
+ ${this:16}.put(${key}, ${value})
System.Object
@@ -29,7 +29,7 @@
- ${this}.containsKey(${key})
+ ${this:16}.containsKey(${key})
System.Object
@@ -41,7 +41,7 @@
- ${this}.containsKey(${key})
+ ${this:16}.containsKey(${key})
System.Object
@@ -53,7 +53,7 @@
- ${this}.get(${key})
+ ${this:16}.get(${key})
System.Object
@@ -65,7 +65,7 @@
- ${this}.put(${key}, ${value})
+ ${this:16}.put(${key}, ${value})
System.Object
@@ -83,19 +83,19 @@
- ${this}.size()
+ ${this:16}.size()
System.Int32
Count
- ${this}.size()
- ${this}.setCount(${value})
+ ${this:16}.size()
+ ${this:16}.setCount(${value})
- ${this}.keySet()
+ ${this:16}.keySet()
System.Collections.ICollection
Keys
- ${this}.keySet()
- ${this}.setKeys(${value})
+ ${this:16}.keySet()
+ ${this:16}.setKeys(${value})
@@ -109,8 +109,8 @@
System.Object
- ${this}.get(${key})
- ${this}.put(${key}, ${value})
+ ${this:16}.get(${key})
+ ${this:16}.put(${key}, ${value})
diff --git a/CS2JLibrary/NetFramework/System/Collections/Generic/List.xml b/CS2JLibrary/NetFramework/System/Collections/Generic/List.xml
index c09c6e8..4b53dcb 100644
--- a/CS2JLibrary/NetFramework/System/Collections/Generic/List.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/Generic/List.xml
@@ -13,7 +13,7 @@
- ${this}.addS(${arg})
+ ${this:16}.addS(${arg})
System.Object
@@ -25,7 +25,7 @@
- ${this}.addAllS(${arg})
+ ${this:16}.addAllS(${arg})
System.Collections.ICollection
@@ -37,7 +37,7 @@
- ${this}.addAllS(${arg})
+ ${this:16}.addAllS(${arg})
System.Array
@@ -49,7 +49,7 @@
- ${this}.contains(${key})
+ ${this:16}.contains(${key})
System.Object
@@ -61,7 +61,7 @@
- ${this}.toArrayS(new ${TYPEOF_TYPE}[0])
+ ${this:16}.toArrayS(new ${TYPEOF_TYPE}[0])
System.Object
@@ -73,7 +73,7 @@
- ${this}.sort()
+ ${this:16}.sort()
Sort
System.Void
@@ -82,11 +82,11 @@
- ${this}.size()
+ ${this:16}.size()
System.Int32
Count
- ${this}.size()
- ${this}.setCount(${value})
+ ${this:16}.size()
+ ${this:16}.setCount(${value})
@@ -100,8 +100,8 @@
System.Object
- ${this}.get(${i})
- ${this}.put(${i}, ${value})
+ ${this:16}.get(${i})
+ ${this:16}.put(${i}, ${value})
diff --git a/CS2JLibrary/NetFramework/System/Collections/Hashtable.xml b/CS2JLibrary/NetFramework/System/Collections/Hashtable.xml
index 3ae17a6..4b197cb 100644
--- a/CS2JLibrary/NetFramework/System/Collections/Hashtable.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/Hashtable.xml
@@ -17,7 +17,7 @@
- ${this}.put(${key}, ${value})
+ ${this:16}.put(${key}, ${value})
System.Object
@@ -33,7 +33,7 @@
- ${this}.containsKey(${key})
+ ${this:16}.containsKey(${key})
System.Object
@@ -45,7 +45,7 @@
- ${this}.containsKey(${key})
+ ${this:16}.containsKey(${key})
System.Object
@@ -59,27 +59,27 @@
- ${this}.size()
+ ${this:16}.size()
System.Int32
Count
- ${this}.size()
- ${this}.setCount(${value})
+ ${this:16}.size()
+ ${this:16}.setCount(${value})
- ${this}.keySet()
+ ${this:16}.keySet()
System.Collections.ICollection
Keys
- ${this}.keySet()
- ${this}.setKeys(${value})
+ ${this:16}.keySet()
+ ${this:16}.setKeys(${value})
- ${this}.values()
+ ${this:16}.values()
System.Collections.ICollection
Values
- ${this}.values()
- ${this}.setValues(${value})
+ ${this:16}.values()
+ ${this:16}.setValues(${value})
@@ -93,8 +93,8 @@
System.Object
- ${this}.get(${key})
- ${this}.put(${key}, ${value})
+ ${this:16}.get(${key})
+ ${this:16}.put(${key}, ${value})
diff --git a/CS2JLibrary/NetFramework/System/Collections/ICollection.xml b/CS2JLibrary/NetFramework/System/Collections/ICollection.xml
index 6d9d526..7225bcc 100644
--- a/CS2JLibrary/NetFramework/System/Collections/ICollection.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/ICollection.xml
@@ -8,7 +8,7 @@
- ${this}.iterator()
+ ${this:16}.iterator()
GetEnumerator
System.IEnumerator
@@ -17,11 +17,11 @@
- ${this}.size()
+ ${this:16}.size()
System.Int32
Count
- ${this}.size()
- ${this}.setCount(${value})
+ ${this:16}.size()
+ ${this:16}.setCount(${value})
diff --git a/CS2JLibrary/NetFramework/System/Collections/IDictionary.xml b/CS2JLibrary/NetFramework/System/Collections/IDictionary.xml
index 4e0c57c..0029d46 100644
--- a/CS2JLibrary/NetFramework/System/Collections/IDictionary.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/IDictionary.xml
@@ -10,7 +10,7 @@
- ${this}.put(${key}, ${value})
+ ${this:16}.put(${key}, ${value})
System.Object
@@ -26,7 +26,7 @@
- ${this}.containsKey(${key})
+ ${this:16}.containsKey(${key})
System.Object
@@ -38,7 +38,7 @@
- ${this}.containsKey(${key})
+ ${this:16}.containsKey(${key})
System.Object
@@ -50,7 +50,7 @@
- ${this}.remove(${value})
+ ${this:16}.remove(${value})
System.Object
@@ -64,27 +64,27 @@
- ${this}.size()
+ ${this:16}.size()
System.Int32
Count
- ${this}.size()
- ${this}.setCount(${value})
+ ${this:16}.size()
+ ${this:16}.setCount(${value})
- ${this}.keySet()
+ ${this:16}.keySet()
System.Collections.ICollection
Keys
- ${this}.keySet()
- ${this}.setKeys(${value})
+ ${this:16}.keySet()
+ ${this:16}.setKeys(${value})
- ${this}.values()
+ ${this:16}.values()
System.Collections.ICollection
Values
- ${this}.values()
- ${this}.setValues(${value})
+ ${this:16}.values()
+ ${this:16}.setValues(${value})
@@ -98,8 +98,8 @@
System.Object
- ${this}.get(${key})
- ${this}.put(${key}, ${value})
+ ${this:16}.get(${key})
+ ${this:16}.put(${key}, ${value})
diff --git a/CS2JLibrary/NetFramework/System/Collections/IEnumerable.xml b/CS2JLibrary/NetFramework/System/Collections/IEnumerable.xml
index d769e4c..69903df 100644
--- a/CS2JLibrary/NetFramework/System/Collections/IEnumerable.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/IEnumerable.xml
@@ -8,7 +8,7 @@
- ${this}.iterator()
+ ${this:16}.iterator()
GetEnumerator
System.IEnumerator
diff --git a/CS2JLibrary/NetFramework/System/Collections/IList.xml b/CS2JLibrary/NetFramework/System/Collections/IList.xml
index 4d4b25a..08a441a 100644
--- a/CS2JLibrary/NetFramework/System/Collections/IList.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/IList.xml
@@ -10,7 +10,7 @@
- ${this}.add(${arg})
+ ${this:16}.add(${arg})
System.Object
@@ -22,7 +22,7 @@
- ${this}.contains(${key})
+ ${this:16}.contains(${key})
System.Object
@@ -36,11 +36,11 @@
- ${this}.size()
+ ${this:16}.size()
System.Int32
Count
- ${this}.size()
- ${this}.setCount(${value})
+ ${this:16}.size()
+ ${this:16}.setCount(${value})
@@ -54,8 +54,8 @@
System.Object
- ${this}.get(${i})
- ${this}.put(${i}, ${value})
+ ${this:16}.get(${i})
+ ${this:16}.put(${i}, ${value})
diff --git a/CS2JLibrary/NetFramework/System/Collections/ObjectModel/Collection.xml b/CS2JLibrary/NetFramework/System/Collections/ObjectModel/Collection.xml
index ac1c9c0..ddd395f 100644
--- a/CS2JLibrary/NetFramework/System/Collections/ObjectModel/Collection.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/ObjectModel/Collection.xml
@@ -13,7 +13,7 @@
- ${this}.addS(${arg})
+ ${this:16}.addS(${arg})
System.Object
@@ -25,7 +25,7 @@
- ${this}.addAllS(${arg})
+ ${this:16}.addAllS(${arg})
System.Collections.ICollection
@@ -37,7 +37,7 @@
- ${this}.addAllS(${arg})
+ ${this:16}.addAllS(${arg})
System.Array
@@ -49,7 +49,7 @@
- ${this}.contains(${key})
+ ${this:16}.contains(${key})
System.Object
@@ -61,7 +61,7 @@
- ${this}.get(${i})
+ ${this:16}.get(${i})
System.Int32
@@ -73,7 +73,7 @@
- ${this}.set___idx(${i}, ${v})
+ ${this:16}.set___idx(${i}, ${v})
System.Int32
@@ -89,7 +89,7 @@
- ${this}.toArrayS(new ${TYPEOF_expr_TYPE}[0])
+ ${this:16}.toArrayS(new ${TYPEOF_expr_TYPE}[0])
System.Object
@@ -101,7 +101,7 @@
- ${this}.sort()
+ ${this:16}.sort()
Sort
System.Void
@@ -110,11 +110,11 @@
- ${this}.size()
+ ${this:16}.size()
System.Int32
Count
- ${this}.size()
- ${this}.setCount(${value})
+ ${this:16}.size()
+ ${this:16}.setCount(${value})
@@ -128,8 +128,8 @@
System.Object
- ${this}.get(${i})
- ${this}.put(${i}, ${value})
+ ${this:16}.get(${i})
+ ${this:16}.put(${i}, ${value})
diff --git a/CS2JLibrary/NetFramework/System/Collections/SortedList.xml b/CS2JLibrary/NetFramework/System/Collections/SortedList.xml
index 07a25ac..7828b7d 100644
--- a/CS2JLibrary/NetFramework/System/Collections/SortedList.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/SortedList.xml
@@ -15,7 +15,7 @@
- ${this}.put(${key}, ${value})
+ ${this:16}.put(${key}, ${value})
System.Object
@@ -31,7 +31,7 @@
- ${this}.containsKey(${key})
+ ${this:16}.containsKey(${key})
System.Object
@@ -43,7 +43,7 @@
- ${this}.containsKey(${key})
+ ${this:16}.containsKey(${key})
System.Object
@@ -57,27 +57,27 @@
- ${this}.size()
+ ${this:16}.size()
System.Int32
Count
- ${this}.size()
- ${this}.setCount(${value})
+ ${this:16}.size()
+ ${this:16}.setCount(${value})
- ${this}.keySet()
+ ${this:16}.keySet()
System.ICollection
Keys
- ${this}.keySet()
- ${this}.setKeys(${value})
+ ${this:16}.keySet()
+ ${this:16}.setKeys(${value})
- ${this}.values()
+ ${this:16}.values()
System.Collections.ICollection
Values
- ${this}.values()
- ${this}.setValues(${value})
+ ${this:16}.values()
+ ${this:16}.setValues(${value})
@@ -91,8 +91,8 @@
System.Object
- ${this}.get(${key})
- ${this}.put(${key}, ${value})
+ ${this:16}.get(${key})
+ ${this:16}.put(${key}, ${value})
diff --git a/CS2JLibrary/NetFramework/System/Collections/Specialized/NameValueCollection.xml b/CS2JLibrary/NetFramework/System/Collections/Specialized/NameValueCollection.xml
index a9772a4..305c99d 100644
--- a/CS2JLibrary/NetFramework/System/Collections/Specialized/NameValueCollection.xml
+++ b/CS2JLibrary/NetFramework/System/Collections/Specialized/NameValueCollection.xml
@@ -12,7 +12,7 @@
- ${this}.getProperty(${key})
+ ${this:16}.getProperty(${key})
System.String
diff --git a/CS2JLibrary/NetFramework/System/Configuration/ConfigurationManager.xml b/CS2JLibrary/NetFramework/System/Configuration/ConfigurationManager.xml
index 96617ae..0ef942f 100644
--- a/CS2JLibrary/NetFramework/System/Configuration/ConfigurationManager.xml
+++ b/CS2JLibrary/NetFramework/System/Configuration/ConfigurationManager.xml
@@ -15,7 +15,7 @@
System.Collections.Specialized.NameValueCollection
AppSettings
ConfigurationManager.getAppSettings()
- ${this}.setAppSettings(${value})
+ ${this:16}.setAppSettings(${value})
diff --git a/CS2JLibrary/NetFramework/System/Configuration/ConfigurationSettings.xml b/CS2JLibrary/NetFramework/System/Configuration/ConfigurationSettings.xml
index 012e7bd..6223355 100644
--- a/CS2JLibrary/NetFramework/System/Configuration/ConfigurationSettings.xml
+++ b/CS2JLibrary/NetFramework/System/Configuration/ConfigurationSettings.xml
@@ -15,7 +15,7 @@
System.Collections.Specialized.NameValueCollection
AppSettings
ConfigurationSettings.getAppSettings()
- ${this}.setAppSettings(${value})
+ ${this:16}.setAppSettings(${value})
diff --git a/CS2JLibrary/NetFramework/System/Console.xml b/CS2JLibrary/NetFramework/System/Console.xml
index ed0bca8..3236605 100644
--- a/CS2JLibrary/NetFramework/System/Console.xml
+++ b/CS2JLibrary/NetFramework/System/Console.xml
@@ -125,7 +125,7 @@
System.IO.TextWriter
Out
System.out
- ${this}.setOut(${value})
+ ${this:16}.setOut(${value})
diff --git a/CS2JLibrary/NetFramework/System/Convert.xml b/CS2JLibrary/NetFramework/System/Convert.xml
index 48fc612..f3ae714 100644
--- a/CS2JLibrary/NetFramework/System/Convert.xml
+++ b/CS2JLibrary/NetFramework/System/Convert.xml
@@ -140,7 +140,7 @@
System.Object
DBNull
null
- ${this}.setDBNull(${value})
+ ${this:16}.setDBNull(${value})
diff --git a/CS2JLibrary/NetFramework/System/DBNull.xml b/CS2JLibrary/NetFramework/System/DBNull.xml
index 891151b..0370879 100644
--- a/CS2JLibrary/NetFramework/System/DBNull.xml
+++ b/CS2JLibrary/NetFramework/System/DBNull.xml
@@ -15,7 +15,7 @@
System.DBNull
Value
null
- ${this}.setValue(${value})
+ ${this:16}.setValue(${value})
diff --git a/CS2JLibrary/NetFramework/System/DateTime.xml b/CS2JLibrary/NetFramework/System/DateTime.xml
index 958148e..fd8a404 100644
--- a/CS2JLibrary/NetFramework/System/DateTime.xml
+++ b/CS2JLibrary/NetFramework/System/DateTime.xml
@@ -110,7 +110,7 @@
- ${this}.compareTo(${value})
+ ${this:16}.compareTo(${value})
System.DateTime
@@ -125,7 +125,7 @@
RusticiSoftware.System.DateTZ
java.util.TimeZone
- (new DateTZ(${this}.getTime(), TimeZone.getTimeZone("UTC")))
+ (new DateTZ(${this:16}.getTime(), TimeZone.getTimeZone("UTC")))
ToUniversalTime
System.DateTime
@@ -224,7 +224,7 @@
RusticiSoftware.System.DateTimeSupport
- (new TimeSpan(Math.abs(${this}.getTime() - ${date2}.getTime())))
+ (new TimeSpan(Math.abs(${this:16}.getTime() - ${date2}.getTime())))
System.DateTime
@@ -244,7 +244,7 @@
System.DateTime
Now
Calendar.getInstance().getTime()
- ${this}.setNow(${value})
+ ${this:16}.setNow(${value})
@@ -254,7 +254,7 @@
System.DateTime
Today
new Date()
- ${this}.setToday(${value})
+ ${this:16}.setToday(${value})
diff --git a/CS2JLibrary/NetFramework/System/Decimal.xml b/CS2JLibrary/NetFramework/System/Decimal.xml
index 67b4c40..291e6cc 100644
--- a/CS2JLibrary/NetFramework/System/Decimal.xml
+++ b/CS2JLibrary/NetFramework/System/Decimal.xml
@@ -38,7 +38,7 @@
System.Decimal
MinValue
Double.MIN_VALUE
- ${this}.setMinValue(${value})
+ ${this:16}.setMinValue(${value})
@@ -46,7 +46,7 @@
System.Decimal
MaxValue
Double.MAX_VALUE
- ${this}.setMaxValue(${value})
+ ${this:16}.setMaxValue(${value})
@@ -54,7 +54,7 @@
System.Decimal
MinusOne
-1.0
- ${this}.setMinusOne(${value})
+ ${this:16}.setMinusOne(${value})
@@ -62,7 +62,7 @@
System.Decimal
Zero
0.0
- ${this}.setZero(${value})
+ ${this:16}.setZero(${value})
@@ -70,7 +70,7 @@
System.Decimal
One
1.0
- ${this}.setOne(${value})
+ ${this:16}.setOne(${value})
diff --git a/CS2JLibrary/NetFramework/System/Double.xml b/CS2JLibrary/NetFramework/System/Double.xml
index 6c775f5..6bca18a 100644
--- a/CS2JLibrary/NetFramework/System/Double.xml
+++ b/CS2JLibrary/NetFramework/System/Double.xml
@@ -118,7 +118,7 @@
System.Double
MinValue
Double.MIN_VALUE
- ${this}.setMinValue(${value})
+ ${this:16}.setMinValue(${value})
@@ -126,7 +126,7 @@
System.Double
MaxValue
Double.MAX_VALUE
- ${this}.setMaxValue(${value})
+ ${this:16}.setMaxValue(${value})
@@ -134,7 +134,7 @@
System.Double
NaN
Double.NaN
- ${this}.setNaN(${value})
+ ${this:16}.setNaN(${value})
@@ -142,7 +142,7 @@
System.Double
NegativeInfinity
Double.NEGATIVE_INFINITY
- ${this}.setNegativeInfinity(${value})
+ ${this:16}.setNegativeInfinity(${value})
@@ -150,7 +150,7 @@
System.Double
PositiveInfinity
Double.POSITIVE_INFINITY
- ${this}.setPositiveInfinity(${value})
+ ${this:16}.setPositiveInfinity(${value})
diff --git a/CS2JLibrary/NetFramework/System/Environment.xml b/CS2JLibrary/NetFramework/System/Environment.xml
index a4f8250..82ec39d 100644
--- a/CS2JLibrary/NetFramework/System/Environment.xml
+++ b/CS2JLibrary/NetFramework/System/Environment.xml
@@ -15,7 +15,7 @@
System.String
NewLine
System.getProperty("line.separator")
- ${this}.setNewLine(${value})
+ ${this:16}.setNewLine(${value})
@@ -25,7 +25,7 @@
System.String
MachineName
InetAddress.getLocalHost().getHostName()
- ${this}.setMachineName(${value})
+ ${this:16}.setMachineName(${value})
diff --git a/CS2JLibrary/NetFramework/System/Exception.xml b/CS2JLibrary/NetFramework/System/Exception.xml
index da28c30..1296beb 100644
--- a/CS2JLibrary/NetFramework/System/Exception.xml
+++ b/CS2JLibrary/NetFramework/System/Exception.xml
@@ -11,11 +11,11 @@
- ${this}.getMessage()
+ ${this:16}.getMessage()
System.String
Message
- ${this}.getMessage()
- ${this}.setMessage(${value})
+ ${this:16}.getMessage()
+ ${this:16}.setMessage(${value})
@@ -25,23 +25,23 @@
System.String
Source
ExceptionSupport.getSource(${this})
- ${this}.setSource(${value})
+ ${this:16}.setSource(${value})
- ${this}.getStackTrace().toString()
+ ${this:16}.getStackTrace().toString()
System.String
StackTrace
- ${this}.getStackTrace().toString()
- ${this}.setStackTrace(${value})
+ ${this:16}.getStackTrace().toString()
+ ${this:16}.setStackTrace(${value})
- ((Exception)${this}.getCause())
+ ((Exception)${this:16}.getCause())
System.Exception
InnerException
- ((Exception)${this}.getCause())
- ${this}.setInnerException(${value})
+ ((Exception)${this:16}.getCause())
+ ${this:16}.setInnerException(${value})
diff --git a/CS2JLibrary/NetFramework/System/Globalization/CultureInfo.xml b/CS2JLibrary/NetFramework/System/Globalization/CultureInfo.xml
index 340fd6f..3e44741 100644
--- a/CS2JLibrary/NetFramework/System/Globalization/CultureInfo.xml
+++ b/CS2JLibrary/NetFramework/System/Globalization/CultureInfo.xml
@@ -18,7 +18,7 @@
System.Globalization.CultureInfo
InvariantCulture
LocaleSupport.INVARIANT
- ${this}.setInvariantCulture(${value})
+ ${this:16}.setInvariantCulture(${value})
diff --git a/CS2JLibrary/NetFramework/System/Globalization/NumberFormatInfo.xml b/CS2JLibrary/NetFramework/System/Globalization/NumberFormatInfo.xml
index 750bbc9..2fcea16 100644
--- a/CS2JLibrary/NetFramework/System/Globalization/NumberFormatInfo.xml
+++ b/CS2JLibrary/NetFramework/System/Globalization/NumberFormatInfo.xml
@@ -20,7 +20,7 @@
System.Globalization.NumberFormatInfo
InvariantInfo
LocaleSupport.INVARIANT
- ${this}.setInvariantInfo(${value})
+ ${this:16}.setInvariantInfo(${value})
diff --git a/CS2JLibrary/NetFramework/System/Globalization/NumberStyles.xml b/CS2JLibrary/NetFramework/System/Globalization/NumberStyles.xml
index 536954c..49c9166 100644
--- a/CS2JLibrary/NetFramework/System/Globalization/NumberStyles.xml
+++ b/CS2JLibrary/NetFramework/System/Globalization/NumberStyles.xml
@@ -15,7 +15,7 @@
System.Globalization.NumberStyles
Integer
NumberStyles.getInteger()
- ${this}.setInteger(${value})
+ ${this:16}.setInteger(${value})
@@ -25,7 +25,7 @@
System.Globalization.NumberStyles
HexNumber
NumberStyles.getHexNumber()
- ${this}.setHexNumber(${value})
+ ${this:16}.setHexNumber(${value})
@@ -35,7 +35,7 @@
System.Globalization.NumberStyles
Any
NumberStyles.getAny()
- ${this}.setAny(${value})
+ ${this:16}.setAny(${value})
diff --git a/CS2JLibrary/NetFramework/System/ICloneable.xml b/CS2JLibrary/NetFramework/System/ICloneable.xml
index 02c2039..a16d9ea 100644
--- a/CS2JLibrary/NetFramework/System/ICloneable.xml
+++ b/CS2JLibrary/NetFramework/System/ICloneable.xml
@@ -10,7 +10,7 @@
- ${this}.Clone()
+ ${this:16}.Clone()
Clone
System.Object
diff --git a/CS2JLibrary/NetFramework/System/IComparable.xml b/CS2JLibrary/NetFramework/System/IComparable.xml
index 890531f..ea6be03 100644
--- a/CS2JLibrary/NetFramework/System/IComparable.xml
+++ b/CS2JLibrary/NetFramework/System/IComparable.xml
@@ -8,7 +8,7 @@
- ${this}.Compare(${arg})
+ ${this:16}.Compare(${arg})
System.Object
diff --git a/CS2JLibrary/NetFramework/System/IO/DirectoryInfo.xml b/CS2JLibrary/NetFramework/System/IO/DirectoryInfo.xml
index 74f5e40..ef4803c 100644
--- a/CS2JLibrary/NetFramework/System/IO/DirectoryInfo.xml
+++ b/CS2JLibrary/NetFramework/System/IO/DirectoryInfo.xml
@@ -14,7 +14,7 @@
RusticiSoftware.JavaSupport.io.*
- ${this}.listFiles(new FilterOnlyFiles())
+ ${this:16}.listFiles(new FilterOnlyFiles())
GetFiles
System.IO.FileInfo[]
@@ -23,14 +23,14 @@
RusticiSoftware.JavaSupport.io.*
- ${this}.listFiles(new FilterOnlyDirs())
+ ${this:16}.listFiles(new FilterOnlyDirs())
GetDirectories
System.IO.FileInfo[]
- ${this}.listFiles()
+ ${this:16}.listFiles()
GetFileSystemInfos
System.IO.FileSystemInfo[]
diff --git a/CS2JLibrary/NetFramework/System/IO/FileAttributes.xml b/CS2JLibrary/NetFramework/System/IO/FileAttributes.xml
index a0be99b..73c345e 100644
--- a/CS2JLibrary/NetFramework/System/IO/FileAttributes.xml
+++ b/CS2JLibrary/NetFramework/System/IO/FileAttributes.xml
@@ -13,7 +13,7 @@
System.Enum
ReadOnly
/* FileAttributes.ReadOnly */ 0
- ${this}.setReadOnly(${value})
+ ${this:16}.setReadOnly(${value})
diff --git a/CS2JLibrary/NetFramework/System/IO/FileInfo.xml b/CS2JLibrary/NetFramework/System/IO/FileInfo.xml
index 1a77836..111baea 100644
--- a/CS2JLibrary/NetFramework/System/IO/FileInfo.xml
+++ b/CS2JLibrary/NetFramework/System/IO/FileInfo.xml
@@ -13,11 +13,11 @@
- ${this}.getParent()
+ ${this:16}.getParent()
System.String
DirectoryName
- ${this}.getParent()
- ${this}.setDirectoryName(${value})
+ ${this:16}.getParent()
+ ${this:16}.setDirectoryName(${value})
diff --git a/CS2JLibrary/NetFramework/System/IO/FileSystemInfo.xml b/CS2JLibrary/NetFramework/System/IO/FileSystemInfo.xml
index 747d27c..cc4d3d2 100644
--- a/CS2JLibrary/NetFramework/System/IO/FileSystemInfo.xml
+++ b/CS2JLibrary/NetFramework/System/IO/FileSystemInfo.xml
@@ -11,11 +11,11 @@
- ${this}.getName()
+ ${this:16}.getName()
System.String
Name
- ${this}.getName()
- ${this}.setName(${value})
+ ${this:16}.getName()
+ ${this:16}.setName(${value})
diff --git a/CS2JLibrary/NetFramework/System/IO/Path.xml b/CS2JLibrary/NetFramework/System/IO/Path.xml
index ff69836..1cd1aa3 100644
--- a/CS2JLibrary/NetFramework/System/IO/Path.xml
+++ b/CS2JLibrary/NetFramework/System/IO/Path.xml
@@ -90,7 +90,7 @@
System.Char
DirectorySeparatorChar
File.separatorChar
- ${this}.setDirectorySeparatorChar(${value})
+ ${this:16}.setDirectorySeparatorChar(${value})
diff --git a/CS2JLibrary/NetFramework/System/IO/Stream.xml b/CS2JLibrary/NetFramework/System/IO/Stream.xml
index b335344..4018e88 100644
--- a/CS2JLibrary/NetFramework/System/IO/Stream.xml
+++ b/CS2JLibrary/NetFramework/System/IO/Stream.xml
@@ -12,14 +12,14 @@
- ${this}.close()
+ ${this:16}.close()
Close
System.Void
- ${this}.read(${buffer},${offset},${count})
+ ${this:16}.read(${buffer},${offset},${count})
System.Byte[]
@@ -39,7 +39,7 @@
- ${this}.write(${buffer},${offset},${count})
+ ${this:16}.write(${buffer},${offset},${count})
System.Byte[]
@@ -63,11 +63,11 @@
RusticiSoftware.JavaSupport.Unsupported
- Unsupported.throwUnsupported("${this}.Position")
+ Unsupported.throwUnsupported("${this:16}.Position")
System.Int64
Position
- Unsupported.throwUnsupported("${this}.Position")
- Unsupported.throwUnsupported("${this}.Position = ${value}")
+ Unsupported.throwUnsupported("${this:16}.Position")
+ Unsupported.throwUnsupported("${this:16}.Position = ${value}")
diff --git a/CS2JLibrary/NetFramework/System/IO/TextReader.xml b/CS2JLibrary/NetFramework/System/IO/TextReader.xml
index 0c2f437..ec4142f 100644
--- a/CS2JLibrary/NetFramework/System/IO/TextReader.xml
+++ b/CS2JLibrary/NetFramework/System/IO/TextReader.xml
@@ -19,7 +19,7 @@
- ${this}.readLine()
+ ${this:16}.readLine()
ReadLine
System.String
diff --git a/CS2JLibrary/NetFramework/System/IO/TextWriter.xml b/CS2JLibrary/NetFramework/System/IO/TextWriter.xml
index 36d1c74..c6c9d5a 100644
--- a/CS2JLibrary/NetFramework/System/IO/TextWriter.xml
+++ b/CS2JLibrary/NetFramework/System/IO/TextWriter.xml
@@ -10,14 +10,14 @@
- ${this}.close()
+ ${this:16}.close()
Close
System.Void
- ${this}.write(${arg} + System.getProperty("line.separator"))
+ ${this:16}.write(${arg} + System.getProperty("line.separator"))
System.String
@@ -29,7 +29,7 @@
- ${this}.write(${arg})
+ ${this:16}.write(${arg})
System.String
diff --git a/CS2JLibrary/NetFramework/System/Int16.xml b/CS2JLibrary/NetFramework/System/Int16.xml
index 98c0840..75b2763 100644
--- a/CS2JLibrary/NetFramework/System/Int16.xml
+++ b/CS2JLibrary/NetFramework/System/Int16.xml
@@ -38,7 +38,7 @@
System.Int16
MinValue
Short.MIN_VALUE
- ${this}.setMinValue(${value})
+ ${this:16}.setMinValue(${value})
@@ -46,7 +46,7 @@
System.Int16
MaxValue
Short.MAX_VALUE
- ${this}.setMaxValue(${value})
+ ${this:16}.setMaxValue(${value})
diff --git a/CS2JLibrary/NetFramework/System/Int32.xml b/CS2JLibrary/NetFramework/System/Int32.xml
index 22e1fe0..9f64c2d 100644
--- a/CS2JLibrary/NetFramework/System/Int32.xml
+++ b/CS2JLibrary/NetFramework/System/Int32.xml
@@ -68,7 +68,7 @@
System.Int32
MinValue
Integer.MIN_VALUE
- ${this}.setMinValue(${value})
+ ${this:16}.setMinValue(${value})
@@ -76,7 +76,7 @@
System.Int32
MaxValue
Integer.MAX_VALUE
- ${this}.setMaxValue(${value})
+ ${this:16}.setMaxValue(${value})
diff --git a/CS2JLibrary/NetFramework/System/Int64.xml b/CS2JLibrary/NetFramework/System/Int64.xml
index 847b349..07b1e4c 100644
--- a/CS2JLibrary/NetFramework/System/Int64.xml
+++ b/CS2JLibrary/NetFramework/System/Int64.xml
@@ -45,7 +45,7 @@
System.Int64
MinValue
Long.MIN_VALUE
- ${this}.setMinValue(${value})
+ ${this:16}.setMinValue(${value})
@@ -53,7 +53,7 @@
System.Int64
MaxValue
Long.MAX_VALUE
- ${this}.setMaxValue(${value})
+ ${this:16}.setMaxValue(${value})
diff --git a/CS2JLibrary/NetFramework/System/Net/HttpWebResponse.xml b/CS2JLibrary/NetFramework/System/Net/HttpWebResponse.xml
index 209b662..2b39c75 100644
--- a/CS2JLibrary/NetFramework/System/Net/HttpWebResponse.xml
+++ b/CS2JLibrary/NetFramework/System/Net/HttpWebResponse.xml
@@ -12,7 +12,7 @@
- ${this}.getInputStream()
+ ${this:16}.getInputStream()
GetResponseStream
System.IO.Stream
@@ -21,11 +21,11 @@
- ${this}.getResponseCode()
+ ${this:16}.getResponseCode()
System.Int32
StatusCode
- ${this}.getResponseCode()
- ${this}.setStatusCode(${value})
+ ${this:16}.getResponseCode()
+ ${this:16}.setStatusCode(${value})
diff --git a/CS2JLibrary/NetFramework/System/Net/Mail/MailAddressCollection.xml b/CS2JLibrary/NetFramework/System/Net/Mail/MailAddressCollection.xml
index 6593912..b6ba952 100644
--- a/CS2JLibrary/NetFramework/System/Net/Mail/MailAddressCollection.xml
+++ b/CS2JLibrary/NetFramework/System/Net/Mail/MailAddressCollection.xml
@@ -9,11 +9,11 @@
- ${this}.size()
+ ${this:16}.size()
System.Int32
Count
- ${this}.size()
- ${this}.setCount(${value})
+ ${this:16}.size()
+ ${this:16}.setCount(${value})
diff --git a/CS2JLibrary/NetFramework/System/Net/Mail/MailMessage.xml b/CS2JLibrary/NetFramework/System/Net/Mail/MailMessage.xml
index 99bc880..287880a 100644
--- a/CS2JLibrary/NetFramework/System/Net/Mail/MailMessage.xml
+++ b/CS2JLibrary/NetFramework/System/Net/Mail/MailMessage.xml
@@ -13,49 +13,49 @@
- ${this}.getBody()
+ ${this:16}.getBody()
System.String
Body
- ${this}.getBody()
- ${this}.setBody(${value})
+ ${this:16}.getBody()
+ ${this:16}.setBody(${value})
- ${this}.getSubject()
+ ${this:16}.getSubject()
System.String
Subject
- ${this}.getSubject()
- ${this}.setSubject(${value})
+ ${this:16}.getSubject()
+ ${this:16}.setSubject(${value})
- ${this}.getFrom()
+ ${this:16}.getFrom()
System.Net.Mail.MailAddress
From
- ${this}.getFrom()
- ${this}.setFrom(${value})
+ ${this:16}.getFrom()
+ ${this:16}.setFrom(${value})
javax.mail.internet.MimeMessage
javax.mail.internet.MimeMessage.RecipientType
- ${this}.getTo()
+ ${this:16}.getTo()
System.Net.Mail.MailAddressCollection
To
- ${this}.getTo()
- ${this}.setTo(${value})
+ ${this:16}.getTo()
+ ${this:16}.setTo(${value})
javax.mail.internet.MimeMessage
javax.mail.internet.MimeMessage.RecipientType
- ${this}.getCC()
+ ${this:16}.getCC()
System.Net.Mail.MailAddressCollection
CC
- ${this}.getCC()
- ${this}.setCC(${value})
+ ${this:16}.getCC()
+ ${this:16}.setCC(${value})
diff --git a/CS2JLibrary/NetFramework/System/Object.xml b/CS2JLibrary/NetFramework/System/Object.xml
index 3a1a532..becb2da 100644
--- a/CS2JLibrary/NetFramework/System/Object.xml
+++ b/CS2JLibrary/NetFramework/System/Object.xml
@@ -9,7 +9,7 @@
- ${this}.equals(${obj})
+ ${this:16}.equals(${obj})
System.Object
@@ -21,7 +21,7 @@
- ${this}.toString()
+ ${this:16}.toString()
ToString
System.String
@@ -40,7 +40,7 @@
- ${this}.getClass()
+ ${this:16}.getClass()
GetType
System.Type
diff --git a/CS2JLibrary/NetFramework/System/Reflection/Assembly.xml b/CS2JLibrary/NetFramework/System/Reflection/Assembly.xml
index e9858df..463434d 100644
--- a/CS2JLibrary/NetFramework/System/Reflection/Assembly.xml
+++ b/CS2JLibrary/NetFramework/System/Reflection/Assembly.xml
@@ -24,7 +24,7 @@
- ${this}.getClass(${name}, ${throwOnError})
+ ${this:16}.getClass(${name}, ${throwOnError})
System.String
diff --git a/CS2JLibrary/NetFramework/System/Reflection/BindingFlags.xml b/CS2JLibrary/NetFramework/System/Reflection/BindingFlags.xml
index 1a5a595..5c2bca1 100644
--- a/CS2JLibrary/NetFramework/System/Reflection/BindingFlags.xml
+++ b/CS2JLibrary/NetFramework/System/Reflection/BindingFlags.xml
@@ -15,7 +15,7 @@
System.Reflection.BindingFlags
Instance
BindingFlags.getInstance()
- ${this}.setInstance(${value})
+ ${this:16}.setInstance(${value})
@@ -25,7 +25,7 @@
System.Reflection.BindingFlags
Public
BindingFlags.getPublic()
- ${this}.setPublic(${value})
+ ${this:16}.setPublic(${value})
@@ -35,7 +35,7 @@
System.Reflection.BindingFlags
FlattenHierarchy
BindingFlags.getFlattenHierarchy()
- ${this}.setFlattenHierarchy(${value})
+ ${this:16}.setFlattenHierarchy(${value})
@@ -45,7 +45,7 @@
System.Reflection.BindingFlags
Static
BindingFlags.getStatic()
- ${this}.setStatic(${value})
+ ${this:16}.setStatic(${value})
diff --git a/CS2JLibrary/NetFramework/System/Reflection/FieldInfo.xml b/CS2JLibrary/NetFramework/System/Reflection/FieldInfo.xml
index 2fb6568..b4839c8 100644
--- a/CS2JLibrary/NetFramework/System/Reflection/FieldInfo.xml
+++ b/CS2JLibrary/NetFramework/System/Reflection/FieldInfo.xml
@@ -28,7 +28,7 @@
- ${this}.get(${obj})
+ ${this:16}.get(${obj})
System.Object
@@ -40,7 +40,7 @@
- ${this}.set(${obj}, ${value})
+ ${this:16}.set(${obj}, ${value})
System.Object
@@ -58,19 +58,19 @@
- ${this}.getName()
+ ${this:16}.getName()
System.String
Name
- ${this}.getName()
- ${this}.setName(${value})
+ ${this:16}.getName()
+ ${this:16}.setName(${value})
- ${this}.getType()
+ ${this:16}.getType()
System.Type
FieldType
- ${this}.getType()
- ${this}.setFieldType(${value})
+ ${this:16}.getType()
+ ${this:16}.setFieldType(${value})
diff --git a/CS2JLibrary/NetFramework/System/Resources/ResourceManager.xml b/CS2JLibrary/NetFramework/System/Resources/ResourceManager.xml
index 600db64..fd47505 100644
--- a/CS2JLibrary/NetFramework/System/Resources/ResourceManager.xml
+++ b/CS2JLibrary/NetFramework/System/Resources/ResourceManager.xml
@@ -10,7 +10,7 @@
- ${this}.getString(${name})
+ ${this:16}.getString(${name})
System.String
diff --git a/CS2JLibrary/NetFramework/System/String.xml b/CS2JLibrary/NetFramework/System/String.xml
index 171e447..8bc7365 100644
--- a/CS2JLibrary/NetFramework/System/String.xml
+++ b/CS2JLibrary/NetFramework/System/String.xml
@@ -70,7 +70,7 @@
- ${this}.contains(${arg})
+ ${this:16}.contains(${arg})
System.String
@@ -82,7 +82,7 @@
- ${this}.endsWith(${arg})
+ ${this:16}.endsWith(${arg})
System.String
@@ -94,7 +94,7 @@
- ${this}.indexOf(${arg})
+ ${this:16}.indexOf(${arg})
System.Char
@@ -106,7 +106,7 @@
- ${this}.indexOf(${arg}, ${start})
+ ${this:16}.indexOf(${arg}, ${start})
System.Char
@@ -122,7 +122,7 @@
- ${this}.indexOf(${arg})
+ ${this:16}.indexOf(${arg})
System.String
@@ -134,7 +134,7 @@
- ${this}.indexOf(${arg}, ${start})
+ ${this:16}.indexOf(${arg}, ${start})
System.String
@@ -178,7 +178,7 @@
- ${this}.lastIndexOf(${arg})
+ ${this:16}.lastIndexOf(${arg})
System.Char
@@ -190,7 +190,7 @@
- ${this}.lastIndexOf(${arg},${start})
+ ${this:16}.lastIndexOf(${arg},${start})
System.Char
@@ -206,7 +206,7 @@
- ${this}.lastIndexOf(${arg})
+ ${this:16}.lastIndexOf(${arg})
System.String
@@ -218,7 +218,7 @@
- ${this}.lastIndexOf(${arg},${start})
+ ${this:16}.lastIndexOf(${arg},${start})
System.String
@@ -298,7 +298,7 @@
- ${this}.replace(${old}, ${new})
+ ${this:16}.replace(${old}, ${new})
System.Char
@@ -314,7 +314,7 @@
- ${this}.replace(${old}, ${new})
+ ${this:16}.replace(${old}, ${new})
System.String
@@ -364,7 +364,7 @@
RusticiSoftware.System.StringSupport
- ${this}.split(StringSupport.charAltsToRegex(${cs}))
+ ${this:16}.split(StringSupport.charAltsToRegex(${cs}))
System.Char[]
@@ -378,7 +378,7 @@
RusticiSoftware.System.StringSupport
- ${this}.split(StringSupport.charAltsToRegex(${cs}), ${count})
+ ${this:16}.split(StringSupport.charAltsToRegex(${cs}), ${count})
System.Char[]
@@ -412,7 +412,7 @@
- ${this}.startsWith(${arg})
+ ${this:16}.startsWith(${arg})
System.String
@@ -424,7 +424,7 @@
- ${this}.substring(${start})
+ ${this:16}.substring(${start})
System.Int32
@@ -436,7 +436,7 @@
- ${this}.substring(${start}, (${start}) + (${length}))
+ ${this:16}.substring(${start}, (${start}) + (${length}))
System.Int32
@@ -452,14 +452,14 @@
- ${this}.toCharArray()
+ ${this:16}.toCharArray()
ToCharArray
System.Char[]
- ${this}.substring(${start}, ${end}).toCharArray()
+ ${this:16}.substring(${start}, ${end}).toCharArray()
System.Int32
@@ -475,28 +475,28 @@
- ${this}.toLowerCase()
+ ${this:16}.toLowerCase()
ToLower
System.String
- ${this}.toUpperCase()
+ ${this:16}.toUpperCase()
ToUpper
System.String
- ${this}.toLowerCase()
+ ${this:16}.toLowerCase()
ToLowerInvariant
System.String
- ${this}.toUpperCase()
+ ${this:16}.toUpperCase()
ToUpperInvariant
System.String
@@ -670,11 +670,11 @@
- ${this}.length()
+ ${this:16}.length()
System.Int32
Length
- ${this}.length()
- ${this}.setLength(${value})
+ ${this:16}.length()
+ ${this:16}.setLength(${value})
@@ -682,7 +682,7 @@
System.String
Empty
""
- ${this}.setEmpty(${value})
+ ${this:16}.setEmpty(${value})
@@ -696,7 +696,7 @@
System.Char
- ${this}.charAt(${i})
+ ${this:16}.charAt(${i})
diff --git a/CS2JLibrary/NetFramework/System/StringSplitOptions.xml b/CS2JLibrary/NetFramework/System/StringSplitOptions.xml
index 63408bd..6ec15b4 100644
--- a/CS2JLibrary/NetFramework/System/StringSplitOptions.xml
+++ b/CS2JLibrary/NetFramework/System/StringSplitOptions.xml
@@ -15,7 +15,7 @@
System.StringSplitOptions
None
StringSplitOptions.None
- ${this}.setNone(${value})
+ ${this:16}.setNone(${value})
@@ -25,7 +25,7 @@
System.StringSplitOptions
RemoveEmptyEntries
StringSplitOptions.RemoveEmptyEntries
- ${this}.setRemoveEmptyEntries(${value})
+ ${this:16}.setRemoveEmptyEntries(${value})
diff --git a/CS2JLibrary/NetFramework/System/Text/Encoding.xml b/CS2JLibrary/NetFramework/System/Text/Encoding.xml
index 750def2..3c0d082 100644
--- a/CS2JLibrary/NetFramework/System/Text/Encoding.xml
+++ b/CS2JLibrary/NetFramework/System/Text/Encoding.xml
@@ -8,7 +8,7 @@
- ${this}.getBytes(${s})
+ ${this:16}.getBytes(${s})
System.String
@@ -28,7 +28,7 @@
System.Text.Encoding
UTF8
(new EncodingSupport("UTF-8"))
- ${this}.setUTF8(${value})
+ ${this:16}.setUTF8(${value})
diff --git a/CS2JLibrary/NetFramework/System/Text/RegularExpressions/Capture.xml b/CS2JLibrary/NetFramework/System/Text/RegularExpressions/Capture.xml
index e9f221f..9052a9c 100644
--- a/CS2JLibrary/NetFramework/System/Text/RegularExpressions/Capture.xml
+++ b/CS2JLibrary/NetFramework/System/Text/RegularExpressions/Capture.xml
@@ -11,11 +11,11 @@
- ${this}.start()
+ ${this:16}.start()
System.Int32
Index
- ${this}.start()
- ${this}.setIndex(${value})
+ ${this:16}.start()
+ ${this:16}.setIndex(${value})
diff --git a/CS2JLibrary/NetFramework/System/Text/RegularExpressions/Group.xml b/CS2JLibrary/NetFramework/System/Text/RegularExpressions/Group.xml
index da91379..920df33 100644
--- a/CS2JLibrary/NetFramework/System/Text/RegularExpressions/Group.xml
+++ b/CS2JLibrary/NetFramework/System/Text/RegularExpressions/Group.xml
@@ -13,11 +13,11 @@
- ${this}.find()
+ ${this:16}.find()
System.Boolean
Success
- ${this}.find()
- ${this}.setSuccess(${value})
+ ${this:16}.find()
+ ${this:16}.setSuccess(${value})
diff --git a/CS2JLibrary/NetFramework/System/Text/RegularExpressions/Regex.xml b/CS2JLibrary/NetFramework/System/Text/RegularExpressions/Regex.xml
index 22199a4..841b5fc 100644
--- a/CS2JLibrary/NetFramework/System/Text/RegularExpressions/Regex.xml
+++ b/CS2JLibrary/NetFramework/System/Text/RegularExpressions/Regex.xml
@@ -10,7 +10,7 @@
- ${this}.matcher(${input})
+ ${this:16}.matcher(${input})
System.String
@@ -22,7 +22,7 @@
- ${this}.matcher(${input}).matches()
+ ${this:16}.matcher(${input}).matches()
System.String
diff --git a/CS2JLibrary/NetFramework/System/Text/StringBuilder.xml b/CS2JLibrary/NetFramework/System/Text/StringBuilder.xml
index 326bd55..6ff7f05 100644
--- a/CS2JLibrary/NetFramework/System/Text/StringBuilder.xml
+++ b/CS2JLibrary/NetFramework/System/Text/StringBuilder.xml
@@ -10,7 +10,7 @@
- ${this}.append(${arg})
+ ${this:16}.append(${arg})
System.Object
@@ -22,7 +22,7 @@
- ${this}.append((${arg}) + System.getProperty("line.separator"))
+ ${this:16}.append((${arg}) + System.getProperty("line.separator"))
System.String
@@ -48,7 +48,7 @@
- ${this}.insert(${idx}, ${obj})
+ ${this:16}.insert(${idx}, ${obj})
System.Int32
@@ -64,7 +64,7 @@
- ${this}.replace(${old}, ${new})
+ ${this:16}.replace(${old}, ${new})
System.Char
@@ -80,7 +80,7 @@
- ${this}.delete(${startIndex}, (${startIndex})+(${length}))
+ ${this:16}.delete(${startIndex}, (${startIndex})+(${length}))
System.Int32
@@ -96,7 +96,7 @@
- ${this}.substring(${startIndex}, (${startIndex})+(${length}))
+ ${this:16}.substring(${startIndex}, (${startIndex})+(${length}))
System.Int32
@@ -116,19 +116,19 @@
RusticiSoftware.System.Text.StringBuilderSupport
- ${this}.length()
+ ${this:16}.length()
System.Int32
Length
- ${this}.length()
+ ${this:16}.length()
StringBuilderSupport.setLength(${this}, ${value})
- ${this}.capacity()
+ ${this:16}.capacity()
System.Int32
Capacity
- ${this}.capacity()
- ${this}.ensureCapacity(${value})
+ ${this:16}.capacity()
+ ${this:16}.ensureCapacity(${value})
diff --git a/CS2JLibrary/NetFramework/System/Threading/Thread.xml b/CS2JLibrary/NetFramework/System/Threading/Thread.xml
index e1fdaac..0c537f2 100644
--- a/CS2JLibrary/NetFramework/System/Threading/Thread.xml
+++ b/CS2JLibrary/NetFramework/System/Threading/Thread.xml
@@ -20,7 +20,7 @@
- ${this}.start()
+ ${this:16}.start()
Start
@@ -29,11 +29,11 @@
- ${this}.isAlive()
+ ${this:16}.isAlive()
System.Boolean
IsAlive
- ${this}.isAlive()
- ${this}.setIsAlive(${value})
+ ${this:16}.isAlive()
+ ${this:16}.setIsAlive(${value})
diff --git a/CS2JLibrary/NetFramework/System/TimeSpan.xml b/CS2JLibrary/NetFramework/System/TimeSpan.xml
index 18d3fa3..8a46d69 100644
--- a/CS2JLibrary/NetFramework/System/TimeSpan.xml
+++ b/CS2JLibrary/NetFramework/System/TimeSpan.xml
@@ -28,11 +28,11 @@
- ${this}.getTotalSeconds()
+ ${this:16}.getTotalSeconds()
System.Double
TotalSeconds
- ${this}.getTotalSeconds()
- ${this}.setTotalSeconds(${value})
+ ${this:16}.getTotalSeconds()
+ ${this:16}.setTotalSeconds(${value})
diff --git a/CS2JLibrary/NetFramework/System/Type.xml b/CS2JLibrary/NetFramework/System/Type.xml
index c72eeda..d6dbdf4 100644
--- a/CS2JLibrary/NetFramework/System/Type.xml
+++ b/CS2JLibrary/NetFramework/System/Type.xml
@@ -97,19 +97,19 @@
- ${this}.isEnum()
+ ${this:16}.isEnum()
System.Boolean
IsEnum
- ${this}.isEnum()
- ${this}.setIsEnum(${value})
+ ${this:16}.isEnum()
+ ${this:16}.setIsEnum(${value})
- ${this}.getName()
+ ${this:16}.getName()
System.String
Name
- ${this}.getName()
- ${this}.setName(${value})
+ ${this:16}.getName()
+ ${this:16}.setName(${value})
diff --git a/CS2JLibrary/NetFramework/System/UInt32.xml b/CS2JLibrary/NetFramework/System/UInt32.xml
index 494729c..fc83c75 100644
--- a/CS2JLibrary/NetFramework/System/UInt32.xml
+++ b/CS2JLibrary/NetFramework/System/UInt32.xml
@@ -38,7 +38,7 @@
System.UInt32
MinValue
0
- ${this}.setMinValue(${value})
+ ${this:16}.setMinValue(${value})
@@ -46,7 +46,7 @@
System.UInt32
MaxValue
4294967295L /* UInt32.MaxValue */
- ${this}.setMaxValue(${value})
+ ${this:16}.setMaxValue(${value})
diff --git a/CS2JLibrary/NetFramework/System/Web/Services/Protocols/SoapHttpClientProtocol.xml b/CS2JLibrary/NetFramework/System/Web/Services/Protocols/SoapHttpClientProtocol.xml
index 34ba17d..54d8496 100644
--- a/CS2JLibrary/NetFramework/System/Web/Services/Protocols/SoapHttpClientProtocol.xml
+++ b/CS2JLibrary/NetFramework/System/Web/Services/Protocols/SoapHttpClientProtocol.xml
@@ -12,7 +12,7 @@
- ${this}.invoke(${methodName}, ${parameters})
+ ${this:16}.invoke(${methodName}, ${parameters})
System.String
@@ -30,19 +30,19 @@
- ${this}.getUrl()
+ ${this:16}.getUrl()
System.String
Url
- ${this}.getUrl()
- ${this}.setUrl(${value})
+ ${this:16}.getUrl()
+ ${this:16}.setUrl(${value})
- ${this}.getCookieContainer()
+ ${this:16}.getCookieContainer()
System.String
CookieContainer
- ${this}.getCookieContainer()
- ${this}.setCookieContainer(${value})
+ ${this:16}.getCookieContainer()
+ ${this:16}.setCookieContainer(${value})
diff --git a/CS2JLibrary/NetFramework/System/Web/Services/Protocols/SoapMessage.xml b/CS2JLibrary/NetFramework/System/Web/Services/Protocols/SoapMessage.xml
index bbbe2e1..a395f45 100644
--- a/CS2JLibrary/NetFramework/System/Web/Services/Protocols/SoapMessage.xml
+++ b/CS2JLibrary/NetFramework/System/Web/Services/Protocols/SoapMessage.xml
@@ -13,11 +13,11 @@
- ${this}.getStream()
+ ${this:16}.getStream()
System.IO.Stream
Stream
- ${this}.getStream()
- ${this}.setStream(${value})
+ ${this:16}.getStream()
+ ${this:16}.setStream(${value})
diff --git a/CS2JLibrary/NetFramework/System/Windows/Forms/Application.xml b/CS2JLibrary/NetFramework/System/Windows/Forms/Application.xml
index 313e368..03fc5ae 100644
--- a/CS2JLibrary/NetFramework/System/Windows/Forms/Application.xml
+++ b/CS2JLibrary/NetFramework/System/Windows/Forms/Application.xml
@@ -13,7 +13,7 @@
System.String
StartupPath
System.getProperty("user.dir")
- ${this}.setStartupPath(${value})
+ ${this:16}.setStartupPath(${value})
diff --git a/CS2JLibrary/NetFramework/System/Xml/Serialization/IXmlSerializable.xml b/CS2JLibrary/NetFramework/System/Xml/Serialization/IXmlSerializable.xml
index 16b99b6..939a3f8 100644
--- a/CS2JLibrary/NetFramework/System/Xml/Serialization/IXmlSerializable.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/Serialization/IXmlSerializable.xml
@@ -11,11 +11,11 @@
- ${this}.getValue()
+ ${this:16}.getValue()
System.String
Value
- ${this}.getValue()
- ${this}.setValue(${value})
+ ${this:16}.getValue()
+ ${this:16}.setValue(${value})
diff --git a/CS2JLibrary/NetFramework/System/Xml/XmlAttribute.xml b/CS2JLibrary/NetFramework/System/Xml/XmlAttribute.xml
index fe2fc70..974b635 100644
--- a/CS2JLibrary/NetFramework/System/Xml/XmlAttribute.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/XmlAttribute.xml
@@ -13,11 +13,11 @@
- ${this}.getValue()
+ ${this:16}.getValue()
System.String
Value
- ${this}.getValue()
- ${this}.setValue(${value})
+ ${this:16}.getValue()
+ ${this:16}.setValue(${value})
diff --git a/CS2JLibrary/NetFramework/System/Xml/XmlAttributeCollection.xml b/CS2JLibrary/NetFramework/System/Xml/XmlAttributeCollection.xml
index 931597b..97849a0 100644
--- a/CS2JLibrary/NetFramework/System/Xml/XmlAttributeCollection.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/XmlAttributeCollection.xml
@@ -10,7 +10,7 @@
- ${this}.add(${att})
+ ${this:16}.add(${att})
System.Xml.XmlAttribute
@@ -24,11 +24,11 @@
- ${this}.size()
+ ${this:16}.size()
System.Int32
Count
- ${this}.size()
- ${this}.setCount(${value})
+ ${this:16}.size()
+ ${this:16}.setCount(${value})
@@ -42,7 +42,7 @@
System.Xml.XmlAttribute
- ${this}.get(${idx})
+ ${this:16}.get(${idx})
diff --git a/CS2JLibrary/NetFramework/System/Xml/XmlDocument.xml b/CS2JLibrary/NetFramework/System/Xml/XmlDocument.xml
index b1602b2..0cc0772 100644
--- a/CS2JLibrary/NetFramework/System/Xml/XmlDocument.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/XmlDocument.xml
@@ -12,7 +12,7 @@
- ${this}.load(${p})
+ ${this:16}.load(${p})
System.String
@@ -24,7 +24,7 @@
- ${this}.load(${txtReader})
+ ${this:16}.load(${txtReader})
System.IO.TextReader
@@ -36,7 +36,7 @@
- ${this}.load(${stream})
+ ${this:16}.load(${stream})
System.IO.Stream
@@ -48,7 +48,7 @@
- ${this}.loadXml(${xml})
+ ${this:16}.loadXml(${xml})
System.String
@@ -60,7 +60,7 @@
- ${this}.getElementsByTagName(${name})
+ ${this:16}.getElementsByTagName(${name})
System.String
@@ -72,7 +72,7 @@
- ${this}.createCDataSection(${data})
+ ${this:16}.createCDataSection(${data})
System.String
@@ -84,7 +84,7 @@
- ${this}.createComment(${data})
+ ${this:16}.createComment(${data})
System.String
@@ -96,7 +96,7 @@
- ${this}.createAttribute(${name})
+ ${this:16}.createAttribute(${name})
System.String
@@ -108,7 +108,7 @@
- ${this}.createAttribute(${qualifiedName},${namespaceURI})
+ ${this:16}.createAttribute(${qualifiedName},${namespaceURI})
System.String
@@ -124,7 +124,7 @@
- ${this}.createAttribute(${prefix},${localName},${namespaceURI})
+ ${this:16}.createAttribute(${prefix},${localName},${namespaceURI})
System.String
@@ -144,7 +144,7 @@
- ${this}.createElement(${name})
+ ${this:16}.createElement(${name})
System.String
@@ -156,7 +156,7 @@
- ${this}.createElement(${qualifiedName}, ${namespaceURI})
+ ${this:16}.createElement(${qualifiedName}, ${namespaceURI})
System.String
@@ -172,7 +172,7 @@
- ${this}.createElement(${prefix}, ${localName}, ${namespaceURI})
+ ${this:16}.createElement(${prefix}, ${localName}, ${namespaceURI})
System.String
@@ -214,7 +214,7 @@
- ${this}.createText(${value})
+ ${this:16}.createText(${value})
System.String
@@ -226,7 +226,7 @@
- ${this}.save(${p})
+ ${this:16}.save(${p})
System.String
@@ -240,11 +240,11 @@
- ${this}.getDocumentElement()
+ ${this:16}.getDocumentElement()
System.Xml.XmlElement
DocumentElement
- ${this}.getDocumentElement()
- ${this}.setDocumentElement(${value})
+ ${this:16}.getDocumentElement()
+ ${this:16}.setDocumentElement(${value})
diff --git a/CS2JLibrary/NetFramework/System/Xml/XmlElement.xml b/CS2JLibrary/NetFramework/System/Xml/XmlElement.xml
index a7780e9..2f0af55 100644
--- a/CS2JLibrary/NetFramework/System/Xml/XmlElement.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/XmlElement.xml
@@ -12,7 +12,7 @@
- ${this}.getAttribute(${att})
+ ${this:16}.getAttribute(${att})
System.String
@@ -24,7 +24,7 @@
- ${this}.getElementsByTagName(${name})
+ ${this:16}.getElementsByTagName(${name})
System.String
@@ -36,7 +36,7 @@
- ${this}.hasAttribute(${att})
+ ${this:16}.hasAttribute(${att})
System.String
@@ -48,7 +48,7 @@
- ${this}.removeAttribute(${att})
+ ${this:16}.removeAttribute(${att})
System.String
@@ -60,7 +60,7 @@
- ${this}.setAttribute(${name}, ${value})
+ ${this:16}.setAttribute(${name}, ${value})
System.String
@@ -76,7 +76,7 @@
- ${this}.setAttributeNS(${namespaceURI}, ${localName}, ${value})
+ ${this:16}.setAttributeNS(${namespaceURI}, ${localName}, ${value})
System.String
@@ -96,7 +96,7 @@
- ${this}.setAttributeNode(${att})
+ ${this:16}.setAttributeNode(${att})
System.Xml.XmlAttribute
diff --git a/CS2JLibrary/NetFramework/System/Xml/XmlLinkedNode.xml b/CS2JLibrary/NetFramework/System/Xml/XmlLinkedNode.xml
index d671989..c2d4b3c 100644
--- a/CS2JLibrary/NetFramework/System/Xml/XmlLinkedNode.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/XmlLinkedNode.xml
@@ -12,7 +12,7 @@
- ${this}.Load(${p})
+ ${this:16}.Load(${p})
System.String
diff --git a/CS2JLibrary/NetFramework/System/Xml/XmlNode.xml b/CS2JLibrary/NetFramework/System/Xml/XmlNode.xml
index 882bc5e..8329667 100644
--- a/CS2JLibrary/NetFramework/System/Xml/XmlNode.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/XmlNode.xml
@@ -12,7 +12,7 @@
- ${this}.appendChild(${child})
+ ${this:16}.appendChild(${child})
System.Xml.XmlNode
@@ -24,7 +24,7 @@
- ${this}.insertBefore(${newChild}, ${refChild})
+ ${this:16}.insertBefore(${newChild}, ${refChild})
System.Xml.XmlNode
@@ -40,7 +40,7 @@
- ${this}.removeChild(${child})
+ ${this:16}.removeChild(${child})
System.Xml.XmlNode
@@ -52,14 +52,14 @@
- ${this}.removeAll()
+ ${this:16}.removeAll()
RemoveAll
System.Void
- ${this}.selectNodes(${xpath})
+ ${this:16}.selectNodes(${xpath})
System.String
@@ -71,7 +71,7 @@
- ${this}.selectSingleNode(${xpath})
+ ${this:16}.selectSingleNode(${xpath})
System.String
@@ -85,27 +85,27 @@
- ${this}.getAttributes()
+ ${this:16}.getAttributes()
System.Xml.XmlAttributeCollection
Attributes
- ${this}.getAttributes()
- ${this}.setAttributes(${value})
+ ${this:16}.getAttributes()
+ ${this:16}.setAttributes(${value})
- ${this}.getChildNodes()
+ ${this:16}.getChildNodes()
System.Xml.XmlNodeList
ChildNodes
- ${this}.getChildNodes()
- ${this}.setChildNodes(${value})
+ ${this:16}.getChildNodes()
+ ${this:16}.setChildNodes(${value})
- ${this}.getFirstChild()
+ ${this:16}.getFirstChild()
System.Xml.XmlNode
FirstChild
- ${this}.getFirstChild()
- ${this}.setFirstChild(${value})
+ ${this:16}.getFirstChild()
+ ${this:16}.setFirstChild(${value})
@@ -123,67 +123,67 @@
- ${this}.getLocalName()
+ ${this:16}.getLocalName()
System.String
LocalName
- ${this}.getLocalName()
- ${this}.setLocalName(${value})
+ ${this:16}.getLocalName()
+ ${this:16}.setLocalName(${value})
- ${this}.getName()
+ ${this:16}.getName()
System.String
Name
- ${this}.getName()
- ${this}.setName(${value})
+ ${this:16}.getName()
+ ${this:16}.setName(${value})
- ${this}.getNamespaceURI()
+ ${this:16}.getNamespaceURI()
System.String
NamespaceURI
- ${this}.getNamespaceURI()
- ${this}.setNamespaceURI(${value})
+ ${this:16}.getNamespaceURI()
+ ${this:16}.setNamespaceURI(${value})
- ${this}.getNextSibling()
+ ${this:16}.getNextSibling()
System.Xml.XmlNode
NextSibling
- ${this}.getNextSibling()
- ${this}.setNextSibling(${value})
+ ${this:16}.getNextSibling()
+ ${this:16}.setNextSibling(${value})
- ${this}.getOuterXml()
+ ${this:16}.getOuterXml()
System.String
OuterXml
- ${this}.getOuterXml()
- ${this}.setOuterXml(${value})
+ ${this:16}.getOuterXml()
+ ${this:16}.setOuterXml(${value})
- ${this}.getOwnerDocument()
+ ${this:16}.getOwnerDocument()
System.Xml.XmlDocument
OwnerDocument
- ${this}.getOwnerDocument()
- ${this}.setOwnerDocument(${value})
+ ${this:16}.getOwnerDocument()
+ ${this:16}.setOwnerDocument(${value})
- ${this}.getParentNode()
+ ${this:16}.getParentNode()
System.Xml.XmlNode
ParentNode
- ${this}.getParentNode()
- ${this}.setParentNode(${value})
+ ${this:16}.getParentNode()
+ ${this:16}.setParentNode(${value})
- ${this}.getNodeType()
+ ${this:16}.getNodeType()
System.Xml.XmlNodeType
NodeType
- ${this}.getNodeType()
- ${this}.setNodeType(${value})
+ ${this:16}.getNodeType()
+ ${this:16}.setNodeType(${value})
diff --git a/CS2JLibrary/NetFramework/System/Xml/XmlNodeList.xml b/CS2JLibrary/NetFramework/System/Xml/XmlNodeList.xml
index 252b057..ab69800 100644
--- a/CS2JLibrary/NetFramework/System/Xml/XmlNodeList.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/XmlNodeList.xml
@@ -13,7 +13,7 @@
- ${this}.get(${idx})
+ ${this:16}.get(${idx})
System.Int32
@@ -27,11 +27,11 @@
- ${this}.size()
+ ${this:16}.size()
System.Int32
Count
- ${this}.size()
- ${this}.setCount(${value})
+ ${this:16}.size()
+ ${this:16}.setCount(${value})
@@ -45,7 +45,7 @@
System.Xml.XmlNode
- ${this}.get(${idx})
+ ${this:16}.get(${idx})
diff --git a/CS2JLibrary/NetFramework/System/Xml/XmlNodeType.xml b/CS2JLibrary/NetFramework/System/Xml/XmlNodeType.xml
index df2c113..2ffccfa 100644
--- a/CS2JLibrary/NetFramework/System/Xml/XmlNodeType.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/XmlNodeType.xml
@@ -13,7 +13,7 @@
short
Element
org.w3c.dom.Node.ELEMENT_NODE
- ${this}.setElement(${value})
+ ${this:16}.setElement(${value})
@@ -21,7 +21,7 @@
short
Attribute
org.w3c.dom.Node.ATTRIBUTE_NODE
- ${this}.setAttribute(${value})
+ ${this:16}.setAttribute(${value})
@@ -29,7 +29,7 @@
short
Text
org.w3c.dom.Node.TEXT_NODE
- ${this}.setText(${value})
+ ${this:16}.setText(${value})
diff --git a/CS2JLibrary/NetFramework/System/Xml/XmlReader.xml b/CS2JLibrary/NetFramework/System/Xml/XmlReader.xml
index 1339338..fb13afb 100644
--- a/CS2JLibrary/NetFramework/System/Xml/XmlReader.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/XmlReader.xml
@@ -12,21 +12,21 @@
- ${this}.readStartElement()
+ ${this:16}.readStartElement()
ReadStartElement
System.Void
- ${this}.moveToContent()
+ ${this:16}.moveToContent()
MoveToContent
System.Xml.XmlNodeType
- ${this}.getAttribute(${name})
+ ${this:16}.getAttribute(${name})
System.String
@@ -38,21 +38,21 @@
- ${this}.readElementString()
+ ${this:16}.readElementString()
ReadElementString
System.String
- ${this}.skip()
+ ${this:16}.skip()
Skip
System.Void
- ${this}.readEndElement()
+ ${this:16}.readEndElement()
ReadEndElement
System.Void
diff --git a/CS2JLibrary/NetFramework/System/Xml/XmlWriter.xml b/CS2JLibrary/NetFramework/System/Xml/XmlWriter.xml
index 11760d0..9b2b651 100644
--- a/CS2JLibrary/NetFramework/System/Xml/XmlWriter.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/XmlWriter.xml
@@ -12,7 +12,7 @@
- ${this}.writeStartElement(${localName})
+ ${this:16}.writeStartElement(${localName})
System.String
@@ -24,7 +24,7 @@
- ${this}.writeAttributeString(${localName}, ${value})
+ ${this:16}.writeAttributeString(${localName}, ${value})
System.String
@@ -40,7 +40,7 @@
- ${this}.writeString(${text})
+ ${this:16}.writeString(${text})
System.String
@@ -52,7 +52,7 @@
- ${this}.writeEndElement()
+ ${this:16}.writeEndElement()
WriteEndElement
System.Void
diff --git a/CS2JLibrary/NetFramework/System/Xml/Xsl/XslCompiledTransform.xml b/CS2JLibrary/NetFramework/System/Xml/Xsl/XslCompiledTransform.xml
index 7a8594a..3554eb1 100644
--- a/CS2JLibrary/NetFramework/System/Xml/Xsl/XslCompiledTransform.xml
+++ b/CS2JLibrary/NetFramework/System/Xml/Xsl/XslCompiledTransform.xml
@@ -12,7 +12,7 @@
- ${this}.load(${xmlReader}, ${ignore}, ${ignore2})
+ ${this:16}.load(${xmlReader}, ${ignore}, ${ignore2})
System.Xml.XmlTextReader
@@ -32,7 +32,7 @@
- ${this}.transform(${xmlDocument}, ${ignore}, ${stringWriter})
+ ${this:16}.transform(${xmlDocument}, ${ignore}, ${stringWriter})
System.Xml.XmlDocument