Click or drag to resize

spiderActiveLinksCopyTo Method (spiderLink, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public void CopyTo(
	spiderLink[] array,
	int arrayIndex
)

Parameters

array
Type: imbWEM.Core.crawler.targetsspiderLink

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

arrayIndex
Type: SystemInt32

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

Implements

ICollectionTCopyTo(T, Int32)
See Also