Initial import of the Generic MCS tree.
[mono.git] / mcs / gmcs / modifiers.cs
index edbc6d17ce6a06c3c540681679cfbceaa04a10d7..b6f8d42aef4b6b8d85508ac7b3c83ab1a26cc000 100755 (executable)
@@ -31,6 +31,7 @@ namespace Mono.CSharp {
                // We use this internally to flag that the method contains an iterator
                //
                public const int METHOD_YIELDS = 0x8000;
+               public const int METHOD_GENERIC = 0x10000;
 
                public const int Accessibility =
                        PUBLIC | PROTECTED | INTERNAL | PRIVATE;