A weakly-typed interface for the Property<TValue> class.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public interface IPropertyMethods
| Name | Description |
|---|---|
| GetValue() | Gets the property value. |
| SetValue(object) | Sets the property value. |