NotifyPropertyChangingAdapter.IsSupported Method |
Determines whether the NotifyPropertyChanging behavior is supported for a given object.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public abstract bool IsSupported( Object instance )
Parameters
- instance
- Type: System.Object
Instance.
Return Value
Type: Booleantrue if instance is supported, otherwise false.
An implementation should never return false. Instead, it should return the result of base.IsSupported.