NotifyPropertyChangedAttribute.OnFieldSet<T> Method |
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 5.0.55.0 (5.0.55.0)
public void OnFieldSet<T>( ILocationBinding<T> binding, Object instance, T value, DeclarationIdentifier declarationIdentifier )
Parameters
- binding
- Type: PostSharp.Aspects.ILocationBinding<T>
- instance
- Type: System.Object
- value
- Type: T
- declarationIdentifier
- Type: PostSharp.Reflection.DeclarationIdentifier
Type Parameters
- T