次の方法で共有


GenericGrainInterfaceType 構造体

定義

型パラメーターを GrainInterfaceType 使用してパラメーター化される を表します。

[Orleans.Immutable]
public readonly struct GenericGrainInterfaceType
[<Orleans.Immutable>]
type GenericGrainInterfaceType = struct
Public Structure GenericGrainInterfaceType
継承
GenericGrainInterfaceType
属性

プロパティ

Arity

ジェネリック型のアリティ。

IsConstructed

このインスタンスに true 具象型パラメーターが含まれている場合は を返します。

Value

基になる GrainInterfaceType

メソッド

Construct(TypeConverter, Type[])

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

GetArguments(TypeConverter)

このインスタンスが構築された型引数を返します。

GetGenericGrainType()

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

ToString()

現在のインスタンスの UTF8 解釈を返します。

TryParse(GrainInterfaceType, GenericGrainInterfaceType)

指定された値に対応するジェネリック インターフェイス ID を返します。

適用対象