GenerateCodeForDeclaringAssemblyAttribute 类

定义

指示源生成器还应检查并生成包含指定类型的程序集的代码。

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class GenerateCodeForDeclaringAssemblyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type GenerateCodeForDeclaringAssemblyAttribute = class
    inherit Attribute
Public NotInheritable Class GenerateCodeForDeclaringAssemblyAttribute
Inherits Attribute
继承
GenerateCodeForDeclaringAssemblyAttribute
属性

构造函数

GenerateCodeForDeclaringAssemblyAttribute(Type)

初始化 GenerateCodeForDeclaringAssemblyAttribute 类的新实例。

属性

Type

获取程序集中源生成器应检查并为其生成源的类型。

适用于

另请参阅