System.Reflection

January 13, 2025 ยท View on GitHub

 namespace System.Reflection {
     public abstract class Assembly : ICustomAttributeProvider, ISerializable {
+        public virtual bool IsCollectible { get; }
     }
     public abstract class MemberInfo : ICustomAttributeProvider {
+        public virtual bool IsCollectible { get; }
     }
 }