AssemblyAttributeGenerator(Assembly) Constructor

Definition

public:
 AssemblyAttributeGenerator(System::Reflection::Assembly ^ assembly);
public AssemblyAttributeGenerator (System.Reflection.Assembly assembly);
new Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.AssemblyAttributeGenerator : System.Reflection.Assembly -> Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.AssemblyAttributeGenerator
Public Sub New (assembly As Assembly)

Parameters

assembly
Assembly

The original assembly used to check if it has the User secrets attribute

Applies to