linux-packaging-mono/mcs/errors/CS1685-2-lib.cs

9 lines
136 B
C#
Raw Normal View History

// Compiler options: -noconfig
namespace System.Runtime.CompilerServices
{
public class ExtensionAttribute : System.Attribute
{
}
}