GrainSupportClassAttribute(Type) 构造函数

定义

初始化 GrainSupportClassAttribute 类的新实例。

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

参数

targetType
Type

此实现应用于的类型。

适用于