Table of Contents

Class AutogeneratedAttribute

Namespace
Garyon.Attributes
Assembly
Garyon.dll

Indicates that the attributed member's code is autogenerated from a code generation tool, without requiring a tool name or version unlike GeneratedCodeAttribute.

[AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = false)]
public class AutogeneratedAttribute : Attribute
Inheritance
AutogeneratedAttribute
Inherited Members
Extension Methods