Procházet zdrojové kódy

2002-11-09 Tim Coleman <[email protected]>
* System.Data.SqlClient/SqlErrorCollection.cs:
Remove ToString ()

svn path=/trunk/mcs/; revision=8907

Tim Coleman před 23 roky
rodič
revize
a4d4fbd2f9

+ 0 - 6
mcs/class/System.Data/System.Data.SqlClient/SqlErrorCollection.cs

@@ -82,12 +82,6 @@ namespace System.Data.SqlClient {
 			return list.GetEnumerator ();
 		}
 
-		[MonoTODO]
-		public override string ToString()
-		{
-			throw new NotImplementedException ();
-		}
-
 		#endregion		
 	}
 }