SkipCodeGenerationAttribute 类

定义

通知代码生成器不应生成任何代码的属性。

[System.AttributeUsage(System.AttributeTargets.Assembly)]
public class SkipCodeGenerationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type SkipCodeGenerationAttribute = class
    inherit Attribute
Public Class SkipCodeGenerationAttribute
Inherits Attribute
继承
SkipCodeGenerationAttribute
属性

构造函数

SkipCodeGenerationAttribute()

通知代码生成器不应生成任何代码的属性。

适用于