Click or drag to resize

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
C#
public static Modifiers GetPropertyModifiers(
	PropertyInfo propertyInfo
)

Parameters

propertyInfo
Type: System.ReflectionPropertyInfo

Return Value

Type: Modifiers
See Also