2002-01-24 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / MarshalAsAttribute.cs
index 1bbe7cf59eb79e1f848904690bfe2202ecfdf402..48e9f523d07280be8fb9427765a32c235892931f 100755 (executable)
@@ -1,6 +1,8 @@
 using System;
 
 namespace System.Runtime.InteropServices {
+
+       [AttributeUsage (AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)]
        public sealed class MarshalAsAttribute : Attribute {
                private UnmanagedType utype;
                public UnmanagedType ArraySubType;