Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
[mono.git] / mcs / class / corlib / System.Reflection / AssemblyDelaySignAttribute.cs
index 14d99ec1f0a67aae63342770ef0e62b0b52152da..cd9f4da0aca0c2ff8b5672135f8fa7cfc9eb2d67 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
 
 namespace System.Reflection
 {
+#if NET_2_0
+       [ComVisible (true)]
+       [AttributeUsage (AttributeTargets.Assembly, Inherited=false)]
+#else
        [AttributeUsage (AttributeTargets.Assembly)]
+#endif
        public sealed class AssemblyDelaySignAttribute : Attribute
        {
                // Field