Edit

Share via


SkipCodeGenerationAttribute Class

Definition

The attribute which informs the code generator that no code should be generated an assembly.

[System.AttributeUsage(System.AttributeTargets.Assembly)]
public class SkipCodeGenerationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type SkipCodeGenerationAttribute = class
    inherit Attribute
Public Class SkipCodeGenerationAttribute
Inherits Attribute
Inheritance
SkipCodeGenerationAttribute
Attributes

Constructors

SkipCodeGenerationAttribute()

Applies to