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