* Microsoft.VisualBasic.dll.sources: Added DefaultArgumentValueAttribute.cs
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / Microsoft.VisualBasic.CompilerServices / BooleanType.cs
index 6446afebe768da36fa7de2acb28a12ed6d0e928b..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 () {}