[runtime] Updates comments.
[mono.git] / mcs / class / corlib / System.Reflection / PropertyAttributes.cs
index 277a32ca912c442782030583048da963c77c32e3..f8ff69a33ba81a115d1494d1c9e02ef0cf2aea0b 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 PropertyAttributes {