EventInfoExtensions.IsPublic Method
Definition
Returns true
if the event is public, i.e. its Accessibility is Public; false
otherwise.
public static bool IsPublic(this EventInfo @event);
Parameters
Name | Type | Description |
---|---|---|
event | The event. |
Returns
true
if the event is Public; false
otherwise.
Last modified: 17 December 2024