String.Split(char[],int,StringSplitOptions) should remove empty entries while
[mono.git] / mcs / class / corlib / System / IConsoleDriver.cs
index a51f11fdee7cb80519dab93fa29171a84bf68d06..a503f2121af78c7bab1b2fd87566a0af62b5f0ec 100644 (file)
@@ -37,7 +37,6 @@ namespace System {
                int CursorSize { get; set; } 
                int CursorTop { get; set; }
                bool CursorVisible { get; set; }
-               bool Echo { get; set; }  // mono
                ConsoleColor ForegroundColor { get; set; }
                bool KeyAvailable { get; }
                bool Initialized { get; }