GrainReferenceAttribute(Type) 构造函数

定义

初始化 GrainReferenceAttribute 类的新实例。

public GrainReferenceAttribute (Type targetType);
new Orleans.CodeGeneration.GrainReferenceAttribute : Type -> Orleans.CodeGeneration.GrainReferenceAttribute
Public Sub New (targetType As Type)

参数

targetType
Type

此实现应用于的类型。

适用于