2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / Microsoft.VisualBasic.CompilerServices / BooleanType.cs
index 909e4f9b393b3fdcfa0bdfa6dadce16b5790b83a..3b62215b1eae3be0e6aaae2b1e105429ff880b0f 100644 (file)
@@ -6,10 +6,11 @@
 //      Dennis Hayes        (dennish@raytek.com)
 //
 //      (C) 2002 Chris J Breisch
-//      (C) 2004 Novell
+//             (C) 2004 Joerg Rosenkranz <JoergR@voelcker.com>
 //
  /*
   * Copyright (c) 2002-2003 Mainsoft Corporation.
+  * Copyright (C) 2004 Novell, Inc (http://www.novell.com)
   *
   * Permission is hereby granted, free of charge, to any person obtaining a
   * copy of this software and associated documentation files (the "Software"),
   */
 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