Click or drag to resize

ElementListTElement  Conversion (ElementListTElement to ListISpiderElement)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.crawler.modules.ElementList`1.op_Implicit(imbWEM.Core.crawler.modules.ElementList{`0})~System.Collections.Generic.List{imbWEM.Core.crawler.core.ISpiderElement}"]

Namespace:  imbWEM.Core.crawler.modules
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public static implicit operator List<ISpiderElement> (
	ElementList<TElement> input
)

Parameters

input
Type: imbWEM.Core.crawler.modulesElementListTElement

[Missing <param name="input"/> documentation for "M:imbWEM.Core.crawler.modules.ElementList`1.op_Implicit(imbWEM.Core.crawler.modules.ElementList{`0})~System.Collections.Generic.List{imbWEM.Core.crawler.core.ISpiderElement}"]

Return Value

Type: ListISpiderElement

[Missing <returns> documentation for "M:imbWEM.Core.crawler.modules.ElementList`1.op_Implicit(imbWEM.Core.crawler.modules.ElementList{`0})~System.Collections.Generic.List{imbWEM.Core.crawler.core.ISpiderElement}"]

See Also