Click or drag to resize

spiderActiveLinksCopyTo Method (Array, 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(System.Array,System.Int32)"]

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray

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

index
Type: SystemInt32

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

Implements

ICollectionCopyTo(Array, Int32)
See Also