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

LocationInfo.FieldInfo Property

FieldInfo

Gets the underlying System.Reflection.FieldInfo, or null if the underlying code element is not a field.

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