Open sandboxFocus

Delegate PropertySetter<TValue>

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

Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public delegate void PropertySetter<TValue>(TValue value)
Parameters
Type Name Description
TValue value

The property value.

Type Parameters
Name Description
TValue

Property value type.

Constructors

Name Description
PropertySetter(object, nint)

Methods

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

See Also

Property<TValue>