Click or drag to resize

spiderActiveLinksInsert Method (Int32, spiderLink)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbWEM.Core.crawler.structure.spiderActiveLinks.Insert(System.Int32,imbWEM.Core.crawler.targets.spiderLink)"]

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public void Insert(
	int index,
	spiderLink item
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:imbWEM.Core.crawler.structure.spiderActiveLinks.Insert(System.Int32,imbWEM.Core.crawler.targets.spiderLink)"]

item
Type: imbWEM.Core.crawler.targetsspiderLink

[Missing <param name="item"/> documentation for "M:imbWEM.Core.crawler.structure.spiderActiveLinks.Insert(System.Int32,imbWEM.Core.crawler.targets.spiderLink)"]

Implements

IListTInsert(Int32, T)
See Also