Click or drag to resize

relationShipCollectionRemove Method (KeyValuePairString, spiderLink)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.crawler.structure.relationShipCollection.Remove(System.Collections.Generic.KeyValuePair{System.String,imbWEM.Core.crawler.targets.spiderLink})"]

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public bool Remove(
	KeyValuePair<string, spiderLink> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, spiderLink

[Missing <param name="item"/> documentation for "M:imbWEM.Core.crawler.structure.relationShipCollection.Remove(System.Collections.Generic.KeyValuePair{System.String,imbWEM.Core.crawler.targets.spiderLink})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:imbWEM.Core.crawler.structure.relationShipCollection.Remove(System.Collections.Generic.KeyValuePair{System.String,imbWEM.Core.crawler.targets.spiderLink})"]

Implements

ICollectionTRemove(T)
See Also