AdvisableCollection<T>.ClearItems Method |
Removes all elements from the underlying collection.
Namespace: PostSharp.Patterns.CollectionsAssembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 4.3.48.0 (4.3.48.0)

C#
protected virtual void ClearItems()

![]() |
---|
This method does not cause the advices to be executed. It should be invoked only from inside the scope of the ExecuteWithAdvices<TResult, TAction>(ObjectAccessLevel, TAction) method. |
