7 lines
226 B
C#
7 lines
226 B
C#
namespace System.Runtime.CompilerServices;
|
|
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, AllowMultiple = false, Inherited = false)]
|
|
internal sealed class InterpolatedStringHandlerAttribute : Attribute
|
|
{
|
|
}
|