Make a copy of the old ZipLib
[mono.git] / mcs / class / System / System.ComponentModel.Design.Serialization / InstanceDescriptor.cs
index 6e75bd45ff53e66395d5f25b6e7d812acded3bed..c3940e4757f0070bc0d69b29a623a0489e9a565a 100644 (file)
 
 using System.Collections;
 using System.Reflection;
+using System.Security.Permissions;
 
-namespace System.ComponentModel.Design.Serialization
-{
-       public sealed class InstanceDescriptor
-       {
+namespace System.ComponentModel.Design.Serialization {
+
+       [PermissionSet (SecurityAction.LinkDemand, Unrestricted = true)]
+       public sealed class InstanceDescriptor {
 
                private MemberInfo member;
                private ICollection arguments;