PropertySetter<TValue> Delegate |
Defines the signature of methods implementing the Set
semantic of a parameterless property.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.7.12.0 (6.7.12.0)
C#
public delegate void PropertySetter<TValue>( TValue value )
Parameters
- value
- Type: TValue
The property value.
Type Parameters
- TValue
- Property value type.