2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / Microsoft.VisualBasic.CompilerServices / ByteType.cs
index 649714d941f1cbc4eeb5a937368e1414afc9f842..edb1595c32296f36916e37b81171708ae057b8b3 100644 (file)
      * Class that converts objects to Byte value.
      */
 using System;
+using System.ComponentModel;
+
 namespace Microsoft.VisualBasic.CompilerServices 
 {
-       [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute] 
-       [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 
+       [StandardModule, EditorBrowsableAttribute(EditorBrowsableState.Never)] 
        sealed public class ByteType {
+               private ByteType () {}
     
                /**
                 * The method converts given object to byte by the following logic: