ConsiderForCodeGenerationAttribute 类

定义

通知代码生成器应为此类型生成代码的属性。

public class ConsiderForCodeGenerationAttribute : Attribute
type ConsiderForCodeGenerationAttribute = class
    inherit Attribute
Public Class ConsiderForCodeGenerationAttribute
Inherits Attribute
继承
ConsiderForCodeGenerationAttribute
派生

构造函数

ConsiderForCodeGenerationAttribute(Type, Boolean)

初始化 ConsiderForCodeGenerationAttribute 的新实例。

属性

ThrowOnFailure

获取一个值,该值指示是否未为指定类型生成代码时引发。

Type

获取应考虑用于生成代码的类型。

适用于