MethodSignature<TType>.RequiredParameterCount プロパティ

定義

メソッドに必要なパラメーターの数を取得します。

public:
 property int RequiredParameterCount { int get(); };
public int RequiredParameterCount { get; }
member this.RequiredParameterCount : int
Public ReadOnly Property RequiredParameterCount As Integer

プロパティ値

必要なパラメーターの数。

注釈

この値は、このメソッド シグネチャがメソッドの ParameterTypes スタンドアロン呼び出しサイトを表す場合を vararg 除き、 プロパティの長さと同じです。その場合、 の追加エントリは省略可能なパラメーターに ParameterTypes 使用される型です。

適用対象