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