PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesProperty<TValue>
Open sandboxFocus

Property<TValue> Class

Exposes the semantics of a parameterless property for use with the ImportMemberAttribute aspect extension.

Inheritance
Property<TValue>
Implements
IProperty
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public sealed class Property<TValue> : Object, IProperty
Type Parameters
Name Description
TValue

Property value type.

Constructors

Name Description
Property(PropertyGetter<TValue>, PropertySetter<TValue>)

Properties

Name Description
Get

Gets a delegate enabling to invoke the get accessor of the imported property.

Set

Gets a delegate enabling to invoke the set accessor of the imported property.

Explicit Interface Implementations

Name Description
IProperty.GetValue()
IProperty.SetValue(Object)

See Also