Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Runtime/ref/System.Runtime.cs')
-rw-r--r--src/System.Runtime/ref/System.Runtime.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/System.Runtime/ref/System.Runtime.cs b/src/System.Runtime/ref/System.Runtime.cs
index 7cd6903bad..c4479c7682 100644
--- a/src/System.Runtime/ref/System.Runtime.cs
+++ b/src/System.Runtime/ref/System.Runtime.cs
@@ -2099,8 +2099,11 @@ namespace System
public System.String ToUpper(System.Globalization.CultureInfo culture) { throw null; }
public string ToUpperInvariant() { throw null; }
public string Trim() { throw null; }
+ public string Trim(char trimChar) { throw null; }
public string Trim(params char[] trimChars) { throw null; }
+ public string TrimEnd(char trimChar) { throw null; }
public string TrimEnd(params char[] trimChars) { throw null; }
+ public string TrimStart(char trimChar) { throw null; }
public string TrimStart(params char[] trimChars) { throw null; }
}
public enum StringComparison