Declaration Syntax
Public Overridable Sub Add( _
ByVal item As T _
)
public virtual void Add(
T item
);
public: virtual void Add(
T item
);
public function Add(
item : T
);
Parameters
- item
- The item to add
Requirements
Namespace: Eas.WebCrawler.Common.CollectionsAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)