PostSharpAPI ReferencePost­Sharp.​Patterns.​CollectionsAdvisable­Keyed­Collection<TKey, TItem>Clear­Items
Open sandboxFocus

AdvisableKeyedCollection<TKey, TItem>.ClearItems Method

ClearItems()

Removes all elements from the underlying collection.

Declaration
protected override void ClearItems()
Overrides
PostSharp.Patterns.Collections.AdvisableCollection<TItem>.ClearItems()
Remarks

note

This method does not cause the advices to be executed. It should be invoked only from inside the scope of the ExecuteWithAdvices method.