Accounting/Assets/Scripts/Basis/EmbeddedResources/RuntimeSupported/System.Runtime.Versioning.T...

23 lines
844 B
C#
Raw Normal View History

2023-09-24 21:35:44 +08:00
// <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.Versioning
{
/// <summary>
/// Records the platform that the project targeted.
/// </summary>
[global::System.AttributeUsage(global::System.AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
[global::System.Diagnostics.Conditional("MULTI_TARGETING_SUPPORT_ATTRIBUTES")]
public sealed class TargetPlatformAttribute : global::System.Attribute // OSPlatformAttribute
{
public TargetPlatformAttribute(string platformName)
// : base(platformName)
{
}
}
}