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