cleaning some wrong comments
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / Microsoft.VisualBasic.CompilerServices / BooleanType.cs
index c93d1341b144a013a9cdde6f543b71152c6b09bf..f2f94a51a1ec81b62583b355d83c3dff81d96a6c 100644 (file)
@@ -1,22 +1,22 @@
-//
-// BooleanType.cs
-//
-// Author:
-//   Chris J Breisch (cjbreisch@altavista.net) (auto-generated by ClassGenerator)
-//
-// (C) 2002 Chris J Breisch
-//
-namespace Microsoft.VisualBasic.CompilerServices {
-       [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 
-       [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute] 
-       [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Auto)] 
-       sealed public class BooleanType {
-               // Declarations
-               // Constructors
-               // Properties
-               // Methods
-               public static System.Boolean FromString (System.String Value) { return false;}
-               public static System.Boolean FromObject (System.Object Value) { return false;}
-               // Events
-       };
-}
+//\r
+// BooleanType.cs\r
+//\r
+// Author:\r
+//   Chris J Breisch (cjbreisch@altavista.net)\r
+//\r
+// (C) 2002 Chris J Breisch\r
+//\r
+namespace Microsoft.VisualBasic.CompilerServices {\r
+       [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] \r
+       [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute] \r
+       [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Auto)] \r
+       sealed public class BooleanType {\r
+               // Declarations\r
+               // Constructors\r
+               // Properties\r
+               // Methods\r
+               public static System.Boolean FromString (System.String Value) { return false;}\r
+               public static System.Boolean FromObject (System.Object Value) { return false;}\r
+               // Events\r
+       };\r
+}\r