EventInfo.ParameterCount プロパティ

定義

EventInfo に渡されているパラメーターの数を返します。

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

プロパティ値

パラメーターの数を指定する整数。

適用対象