AdvisableHashSet<T>.RemoveItem Method |
Removes an element from the underlying collection.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.10.0 (6.10.10.0)
C#
protected virtual void RemoveItem( T item )
Parameters
- item
- Type: T
The object to remove. The value can be null for reference types.
This method does not cause the advices to be executed. It should be invoked only from inside the scope of the ExecuteWithAdvices method. |