PostSharpAPI ReferencePost­Sharp.​Patterns.​CollectionsAdvisable­Hash­Set<T>Remove­Item
Open sandboxFocus

AdvisableHashSet<T>.RemoveItem Method

RemoveItem(T)

Removes an element from the underlying collection.

Declaration
protected virtual void RemoveItem(T item)
Parameters
Type Name Description
T item

The object to remove. The value can be null for reference types.

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.