2007-05-11 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / corlib / System.Reflection / ParameterAttributes.cs
index bbc9cd27eb8adb2519324730ccbf2b4f313f1320..8abfd980517eeb5ceee2342a8a84ebfb97afe954 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
 
 namespace System.Reflection {
 
 
        /// <summary>
        /// </summary>
+#if NET_2_0
+       [ComVisible (true)]
+       [Serializable]
+#endif
        [Flags]
        public enum ParameterAttributes {