PostSharpAPI ReferencePost­Sharp.​ReflectionLocation­InfoProperty­Info
Open sandboxFocus

LocationInfo.PropertyInfo Property

PropertyInfo

Gets the underlying System.Reflection.PropertyInfo, or null if the underlying code element is not a property.

Declaration
public PropertyInfo PropertyInfo { get; }
Property Value
Type Description
System.Reflection.PropertyInfo