2024-11-15 22:22:22 -05:00
|
|
|
#if NET20
|
|
|
|
|
|
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
|
|
|
{
|
|
|
|
|
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method)]
|
|
|
|
|
internal sealed class ExtensionAttribute : Attribute {}
|
|
|
|
|
}
|
|
|
|
|
|
2025-07-24 09:31:28 -04:00
|
|
|
#endif
|