메소드 | 설명 | |
---|---|---|
CanOverride ( this eventInfo ) : bool |
Returns a value indicating whether the specified event is overrideable.
|
|
GetAccessorMethods ( this eventInfo ) : IEnumerable |
Returns all accessor methods for the specified event.
|
|
GetFullName ( this eventInfo ) : string |
Returns the full name of the specified event.
|
public static CanOverride ( this eventInfo ) : bool | ||
eventInfo | this | The event information. |
리턴 | bool |
public static GetAccessorMethods ( this eventInfo ) : IEnumerable |
||
eventInfo | this | The event information. |
리턴 | IEnumerable |
public static GetFullName ( this eventInfo ) : string | ||
eventInfo | this | The event information. |
리턴 | string |