2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / Microsoft.VisualBasic.CompilerServices / BooleanType.cs
index 36e67cdb659de3ba2f91ff6201a23f306b8608cf..3b62215b1eae3be0e6aaae2b1e105429ff880b0f 100644 (file)
   */
 using System;
 using System.Globalization;
+using System.ComponentModel;
 
 namespace Microsoft.VisualBasic.CompilerServices
 {
-       [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 
-       [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute] 
+       [StandardModule, EditorBrowsableAttribute(EditorBrowsableState.Never)] 
        sealed public class BooleanType {
+               private BooleanType () {}
+
                /**
                                 * The method converts given object to boolean by the following logic:
                                 * 1. If input object is null - return null