PropertyRefGetPropertyModifiers Method (PropertyInfo) |
Get any modifiers from the specified PropertyInfo.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static Modifiers GetPropertyModifiers(
PropertyInfo propertyInfo
)
Parameters
- propertyInfo
- Type: System.ReflectionPropertyInfo
Return Value
Type:
ModifiersSee Also