Click or drag to resize

spiderWebCollectionT Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Namespace:  imbWEM.Core.crawler
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public spiderWebCollection(
	T __spider,
	modelSpiderTestRecord __tRecord
)

Parameters

__spider
Type: T

[Missing <param name="__spider"/> documentation for "M:imbWEM.Core.crawler.spiderWebCollection`1.#ctor(`0,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

__tRecord
Type: imbWEM.Core.crawler.modelmodelSpiderTestRecord

[Missing <param name="__tRecord"/> documentation for "M:imbWEM.Core.crawler.spiderWebCollection`1.#ctor(`0,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

See Also