Click or drag to resize

relationShipCollectionAdd Method (String, 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.Add(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 void Add(
	string key,
	spiderLink value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:imbWEM.Core.crawler.structure.relationShipCollection.Add(System.String,imbWEM.Core.crawler.targets.spiderLink)"]

value
Type: imbWEM.Core.crawler.targetsspiderLink

[Missing <param name="value"/> documentation for "M:imbWEM.Core.crawler.structure.relationShipCollection.Add(System.String,imbWEM.Core.crawler.targets.spiderLink)"]

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also