Edit

Share via


GenerateCodeForDeclaringAssemblyAttribute(Type) Constructor

Definition

Initializes a new instance of the GenerateCodeForDeclaringAssemblyAttribute class.

public GenerateCodeForDeclaringAssemblyAttribute (Type type);
new Orleans.GenerateCodeForDeclaringAssemblyAttribute : Type -> Orleans.GenerateCodeForDeclaringAssemblyAttribute
Public Sub New (type As Type)

Parameters

type
Type

Any type in the assembly which the source generator should inspect and generate source for.

Applies to