ReflectionExtensions.IsAutomaticProperty Method |
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
public static bool IsAutomaticProperty( this PropertyInfo propertyInfo )
Parameters
- propertyInfo
- Type: System.Reflection.PropertyInfo
A property.
Return Value
Type: Booleantrue if propertyInfo represents an automatic property, otherwise false.