- System.CodeDom review, ns more or less complete now
[mono.git] / mcs / class / System / System.CodeDom / CodeEntryPointMethod.cs
1 //
2 // System.CodeDom CodeEntryPointMethod Class implementation
3 //
4 // Author:
5 //   Daniel Stodden (stodden@in.tum.de)
6 //
7 // (C) 2001 Ximian, Inc.
8 //
9
10 using System.Runtime.InteropServices;
11
12 namespace System.CodeDom
13 {
14         [Serializable]
15         [ClassInterface(ClassInterfaceType.AutoDispatch)]
16         [ComVisible(true)]
17         public class CodeEntryPointMethod
18                 : CodeMemberMethod
19         {
20         }
21 }