Fix continuation not being scheduled because of too early and too greedy disposing.
[mono.git] / mcs / class / corlib / System.Reflection / ParameterAttributes.cs
index bbc9cd27eb8adb2519324730ccbf2b4f313f1320..2c7a653ab87bb9cc331d8bd5182ed7ec46bac71d 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
 
 namespace System.Reflection {
 
 
        /// <summary>
        /// </summary>
+       [ComVisible (true)]
+       [Serializable]
        [Flags]
        public enum ParameterAttributes {