EventInfo.ParameterCount 속성

정의

EventInfo에 전달되는 매개 변수의 수를 반환합니다.

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

속성 값

매개 변수 수를 지정하는 정수입니다.

적용 대상