Click or drag to resize

relationShipCollection Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.crawler.structure.relationShipCollection"]

Inheritance Hierarchy
SystemObject
  imbWEM.Core.crawler.structurerelationShipCollection

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class relationShipCollection : IDictionary<string, spiderLink>, 
	ICollection<KeyValuePair<string, spiderLink>>, IEnumerable<KeyValuePair<string, spiderLink>>, 
	IEnumerable

The relationShipCollection type exposes the following members.

Constructors
  NameDescription
Public methodrelationShipCollection
Initializes a new instance of the relationShipCollection class
Top
Properties
Methods
See Also