AirScout/AeroWizard/AeroWizard/ExtensionAttributeFor.NET_2...

9 wiersze
206 B
C#
Czysty Zwykły widok Historia

2019-03-19 21:09:03 +00:00
namespace System.Runtime.CompilerServices
{
/// <summary>
/// Attribute allowing extenders to be used with .NET Framework 2.0.
/// </summary>
internal sealed class ExtensionAttribute : Attribute
{
}
}