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