Click or drag to resize

relationShipCollectionRemove Method (String)

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.String)"]

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public bool Remove(
	string key
)

Parameters

key
Type: SystemString

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:imbWEM.Core.crawler.structure.relationShipCollection.Remove(System.String)"]

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also