Declaration Syntax
Public Overridable Function Remove( _
ByVal item As T _
) As Boolean
public virtual bool Remove(
T item
);
public: virtual bool Remove(
T item
);
public function Remove(
item : T
) : Boolean;
Parameters
- item
- The item to remove.
Return Value
true
false
Remarks
This api is much less performant than Pop though it allows removal of arbitrary elements.Requirements
Namespace: Eas.WebCrawler.Common.CollectionsAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)