64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
8 lines
246 B
C#
8 lines
246 B
C#
// Compiler options: -target:library -noconfig
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class | AttributeTargets.Assembly)]
|
|
public sealed class ExtensionAttribute : Attribute { }
|
|
}
|