次の方法で共有


IMethodCallCodeFragment.TypeArguments プロパティ

定義

メソッド呼び出しのジェネリック型引数を取得します。

public System.Collections.Generic.IEnumerable<string> TypeArguments { get; }
member this.TypeArguments : seq<string>
Public ReadOnly Property TypeArguments As IEnumerable(Of String)

プロパティ値

型引数。

適用対象