PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesIProperty
Open sandboxFocus

IProperty Interface

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.