Moving various files as pointed by Chris
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / Microsoft.VisualBasic.CompilerServices / ByteType.cs
1 //
2 // ByteType.cs
3 //
4 // Author:
5 //   Chris J Breisch (cjbreisch@altavista.net) (auto-generated by ClassGenerator)
6 //
7 // (C) 2002 Chris J Breisch
8 //
9 namespace Microsoft.VisualBasic.CompilerServices {
10         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 
11         [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute] 
12         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Auto)] 
13         sealed public class ByteType {
14                 // Declarations
15                 // Constructors
16                 // Properties
17                 // Methods
18                 public static System.Byte FromString (System.String Value) { return 0;}
19                 public static System.Byte FromObject (System.Object Value) { return 0;}
20                 // Events
21         };
22 }