Remove unwanted String.Split methods from Reference assembly
authorJose Perez Rodriguez <joperezr@microsoft.com>
Thu, 15 Sep 2016 21:49:47 +0000 (14:49 -0700)
committerJose Perez Rodriguez <joperezr@microsoft.com>
Thu, 15 Sep 2016 21:51:06 +0000 (14:51 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/9b116a74b222a2ffb14528f65b400fdafda71a53

src/coreclr/src/mscorlib/ref/mscorlib.cs

index c73d577..f354f0e 100644 (file)
@@ -3255,12 +3255,6 @@ namespace System
         [System.Security.SecuritySafeCriticalAttribute]
         public System.String Replace(char oldChar, char newChar) { throw null; }
         public System.String Replace(System.String oldValue, System.String newValue) { throw null; }
-        [System.Runtime.InteropServices.ComVisibleAttribute(false)]
-        public string[] Split(char separator) { throw null; }
-        [System.Runtime.InteropServices.ComVisibleAttribute(false)]
-        public string[] Split(char separator, int count, System.StringSplitOptions options) { throw null; }
-        [System.Runtime.InteropServices.ComVisibleAttribute(false)]
-        public string[] Split(char separator, System.StringSplitOptions options) { throw null; }
         public string[] Split(params char[] separator) { throw null; }
         public string[] Split(char[] separator, int count) { throw null; }
         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
@@ -3268,12 +3262,6 @@ namespace System
         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
         public string[] Split(char[] separator, System.StringSplitOptions options) { throw null; }
         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
-        public string[] Split(System.String separator) { throw null; }
-        [System.Runtime.InteropServices.ComVisibleAttribute(false)]
-        public string[] Split(System.String separator, int count, System.StringSplitOptions options) { throw null; }
-        [System.Runtime.InteropServices.ComVisibleAttribute(false)]
-        public string[] Split(System.String separator, System.StringSplitOptions options) { throw null; }
-        [System.Runtime.InteropServices.ComVisibleAttribute(false)]
         public string[] Split(string[] separator, int count, System.StringSplitOptions options) { throw null; }
         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
         public string[] Split(string[] separator, System.StringSplitOptions options) { throw null; }