GeneratedAttribute(Type) 构造函数

定义

初始化 GeneratedAttribute 类的新实例。

protected GeneratedAttribute (Type targetType);
new Orleans.CodeGeneration.GeneratedAttribute : Type -> Orleans.CodeGeneration.GeneratedAttribute
Protected Sub New (targetType As Type)

参数

targetType
Type

此实现应用于的类型。

适用于