cleaning some wrong comments
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / Microsoft.VisualBasic.CompilerServices / LongType.cs
1 //\r
2 // LongType.cs\r
3 //\r
4 // Author:\r
5 //   Chris J Breisch (cjbreisch@altavista.net)\r
6 //\r
7 // (C) 2002 Chris J Breisch\r
8 //\r
9 namespace Microsoft.VisualBasic.CompilerServices {\r
10         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] \r
11         [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute] \r
12         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Auto)] \r
13         sealed public class LongType {\r
14                 // Declarations\r
15                 // Constructors\r
16                 // Properties\r
17                 // Methods\r
18                 public static System.Int64 FromString (System.String Value) { return 0;}\r
19                 public static System.Int64 FromObject (System.Object Value) { return 0;}\r
20                 // Events\r
21         };\r
22 }\r