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

Method RemoveItem

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.