MethodBaseExtensions.IsPublic Method
Definition
Returns true if the method is public, i.e. its Accessibility is Public; false otherwise.
public static bool IsPublic(this MethodBase method);
Parameters
Name | Type | Description |
|---|---|---|
method | The method. |
Returns
true if the method is Public; false otherwise.
Remarks
Equivalent to IsPublic; included for completion.
Last modified: 17 December 2024