mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
14 lines
539 B
C#
14 lines
539 B
C#
namespace System.Runtime.CompilerServices;
|
|
|
|
[AttributeUsage (
|
|
AttributeTargets.Class
|
|
| AttributeTargets.Constructor
|
|
| AttributeTargets.Event
|
|
| AttributeTargets.Interface
|
|
| AttributeTargets.Method
|
|
| AttributeTargets.Module
|
|
| AttributeTargets.Property
|
|
| AttributeTargets.Struct,
|
|
Inherited = false)]
|
|
|
|
internal sealed class SkipLocalsInitAttribute : Attribute; |