mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
7 lines
270 B
C#
7 lines
270 B
C#
namespace System.Runtime.CompilerServices;
|
|
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Field, Inherited = false)]
|
|
public sealed class IntrinsicAttribute : Attribute
|
|
{
|
|
}
|