Open sandboxFocus

Class Property<TValue>

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

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

Property value type.

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.

See Also