2010-03-27 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Reflection / ParameterAttributes.cs
old mode 100755 (executable)
new mode 100644 (file)
index bbc9cd2..2c7a653
 // 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 {