Click or drag to resize

moduleCollectionInsert Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.crawler.evaluators.moduleCollection.Insert(System.Int32,imbWEM.Core.crawler.modules.ISpiderModuleBase)"]

Namespace:  imbWEM.Core.crawler.evaluators
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void Insert(
	int index,
	ISpiderModuleBase item
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:imbWEM.Core.crawler.evaluators.moduleCollection.Insert(System.Int32,imbWEM.Core.crawler.modules.ISpiderModuleBase)"]

item
Type: imbWEM.Core.crawler.modulesISpiderModuleBase

[Missing <param name="item"/> documentation for "M:imbWEM.Core.crawler.evaluators.moduleCollection.Insert(System.Int32,imbWEM.Core.crawler.modules.ISpiderModuleBase)"]

Implements

IListTInsert(Int32, T)
See Also