|
|
@@ -535,7 +535,7 @@ namespace System.Text {
|
|
|
return this;
|
|
|
}
|
|
|
|
|
|
-#if NET_2_1
|
|
|
+#if NET_2_1 && !MONOTOUCH
|
|
|
internal
|
|
|
#else
|
|
|
public
|
|
|
@@ -545,7 +545,7 @@ namespace System.Text {
|
|
|
return AppendFormat (null, format, new object [] { arg0 });
|
|
|
}
|
|
|
|
|
|
-#if NET_2_1
|
|
|
+#if NET_2_1 && !MONOTOUCH
|
|
|
internal
|
|
|
#else
|
|
|
public
|
|
|
@@ -555,7 +555,7 @@ namespace System.Text {
|
|
|
return AppendFormat (null, format, new object [] { arg0, arg1 });
|
|
|
}
|
|
|
|
|
|
-#if NET_2_1
|
|
|
+#if NET_2_1 && !MONOTOUCH
|
|
|
internal
|
|
|
#else
|
|
|
public
|