Declaration Syntax
Public Sub New( _
ByVal depth As Integer, _
ByVal innerComparer As BaseComparer _
)
public TargetDepthComparer(
int depth,
BaseComparer innerComparer
);
public: TargetDepthComparer(
int depth,
BaseComparer innerComparer
);
public function TargetDepthComparer(
depth : int,
innerComparer : BaseComparer
);
Requirements
Namespace: Eas.WebCrawler.PlugIns.RequestComparersAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)