21 lines
733 B
C#
21 lines
733 B
C#
// <auto-generated/>
|
|
#pragma warning disable
|
|
#nullable enable annotations
|
|
|
|
// Licensed to the .NET Foundation under one or more agreements.
|
|
// The .NET Foundation licenses this file to you under the MIT license.
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>
|
|
/// Indicates the attributed type is to be used as an interpolated string handler.
|
|
/// </summary>
|
|
[global::System.AttributeUsage(
|
|
global::System.AttributeTargets.Class |
|
|
global::System.AttributeTargets.Struct,
|
|
AllowMultiple = false, Inherited = false)]
|
|
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
|
|
public sealed class InterpolatedStringHandlerAttribute : global::System.Attribute
|
|
{
|
|
}
|
|
} |