2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System / System.CodeDom / CodeEntryPointMethod.cs
index 4b3b477eb7e1addbf6bb6692ba073291e5bc8235..5a46d2a2a089062f9b96b3f419cc955404af3250 100644 (file)
@@ -38,5 +38,9 @@ namespace System.CodeDom
        public class CodeEntryPointMethod
                : CodeMemberMethod
        {
+               public CodeEntryPointMethod ()
+               {
+                       Attributes = MemberAttributes.Public | MemberAttributes.Static;
+               }
        }
 }