MemberInfoExtensions.IsPublicOrProtected Method
Definition
Returns true
if the member is public or protected as viewed from an external assembly, i.e. its Accessibility is Public, Protected or ProtectedInternal; false
otherwise.
public static bool IsPublicOrProtected(this MemberInfo member);
Parameters
Name | Type | Description |
---|---|---|
member | The member. |
Returns
true
if the member is Public, Protected or ProtectedInternal; false
otherwise.
Last modified: 17 December 2024