PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelAggregatable­ServicesUnadvise
Open sandboxFocus

AggregatableServices.Unadvise Method

Unadvise(Object)

Removes the Aggregatable advise from an object.

Declaration
public static bool Unadvise(object obj)
Parameters
Type Name Description
Object obj

An AdvisableCollection<T> or AdvisableDictionary<TKey, TValue>,

Returns
Type Description
Boolean

true if the impl was removed from obj, false if obj did not have the Aggregatable impl.