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

PropertySetter<TValue> Class

Defines the signature of methods implementing the Set semantic of a parameterless property.

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

Property value type.

Constructors

Name Description
PropertySetter(Object, IntPtr)

Methods

Name Description
BeginInvoke(TValue, AsyncCallback, Object)
EndInvoke(IAsyncResult)
Invoke(TValue)

See Also

Property<TValue>