System.CodeDom.Compiler.GeneratedCodeAttribute
namespace System.CodeDom.Compiler
{
public sealed class GeneratedCodeAttribute : Attribute
{
public string Tool { get; }
public string Version { get; }
public GeneratedCodeAttribute(string tool, string version);
}
}