using System; using System.Collections.Generic; using System.Text; namespace System.Runtime.CompilerServices { [AttributeUsage(AttributeTargets.Method | AttributeTargets.Class | AttributeTargets.Assembly)] ///zyk 2024-02-05修改 ExtensionAttribute-->ExtensionAttributeX,避免冲突 //public sealed class ExtensionAttributeX : Attribute public partial class ExtensionAttributeX : Attribute { } }