次の方法で共有


GenericGrainInterfaceType.Construct(TypeConverter, Type[]) メソッド

定義

このインスタンスの構築されたバージョンを返します。

public Orleans.Runtime.GenericGrainInterfaceType Construct (Orleans.Serialization.TypeSystem.TypeConverter formatter, params Type[] typeArguments);
member this.Construct : Orleans.Serialization.TypeSystem.TypeConverter * Type[] -> Orleans.Runtime.GenericGrainInterfaceType
Public Function Construct (formatter As TypeConverter, ParamArray typeArguments As Type()) As GenericGrainInterfaceType

パラメーター

formatter
TypeConverter
typeArguments
Type[]

戻り値

適用対象