Click or drag to resize

contentHashAndAddressEntryList 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.contentHashAndAddressEntryList"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericListcontentHashAndAddressEntry
    imbWEM.Core.crawler.structurecontentHashAndAddressEntryList

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 contentHashAndAddressEntryList : List<contentHashAndAddressEntry>

The contentHashAndAddressEntryList type exposes the following members.

Constructors
  NameDescription
Public methodcontentHashAndAddressEntryList
Initializes a new instance of the contentHashAndAddressEntryList class
Top
Properties
  NameDescription
Public propertyCapacity (Inherited from ListcontentHashAndAddressEntry.)
Public propertycontentType
Description of $property$
Public propertyCount (Inherited from ListcontentHashAndAddressEntry.)
Public propertyItem (Inherited from ListcontentHashAndAddressEntry.)
Public propertylistComment
Public propertylistName
Top
Methods
  NameDescription
Public methodAdd (Inherited from ListcontentHashAndAddressEntry.)
Public methodAddRange (Inherited from ListcontentHashAndAddressEntry.)
Public methodAsReadOnly (Inherited from ListcontentHashAndAddressEntry.)
Public methodBinarySearch(T) (Inherited from ListcontentHashAndAddressEntry.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListcontentHashAndAddressEntry.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListcontentHashAndAddressEntry.)
Public methodBuildDataTable
Builds the data table with columns: address, hash and frequency
Public methodClear (Inherited from ListcontentHashAndAddressEntry.)
Public methodContains (Inherited from ListcontentHashAndAddressEntry.)
Public methodConvertAllTOutput (Inherited from ListcontentHashAndAddressEntry.)
Public methodCopyTo(T) (Inherited from ListcontentHashAndAddressEntry.)
Public methodCopyTo(T, Int32) (Inherited from ListcontentHashAndAddressEntry.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListcontentHashAndAddressEntry.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListcontentHashAndAddressEntry.)
Public methodFind (Inherited from ListcontentHashAndAddressEntry.)
Public methodFindAll (Inherited from ListcontentHashAndAddressEntry.)
Public methodFindIndex(PredicateT) (Inherited from ListcontentHashAndAddressEntry.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListcontentHashAndAddressEntry.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListcontentHashAndAddressEntry.)
Public methodFindLast (Inherited from ListcontentHashAndAddressEntry.)
Public methodFindLastIndex(PredicateT) (Inherited from ListcontentHashAndAddressEntry.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListcontentHashAndAddressEntry.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListcontentHashAndAddressEntry.)
Public methodForEach (Inherited from ListcontentHashAndAddressEntry.)
Public methodGetEnumerator (Inherited from ListcontentHashAndAddressEntry.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListcontentHashAndAddressEntry.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListcontentHashAndAddressEntry.)
Public methodIndexOf(T, Int32) (Inherited from ListcontentHashAndAddressEntry.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListcontentHashAndAddressEntry.)
Public methodInsert (Inherited from ListcontentHashAndAddressEntry.)
Public methodInsertRange (Inherited from ListcontentHashAndAddressEntry.)
Public methodLastIndexOf(T) (Inherited from ListcontentHashAndAddressEntry.)
Public methodLastIndexOf(T, Int32) (Inherited from ListcontentHashAndAddressEntry.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListcontentHashAndAddressEntry.)
Public methodRemove (Inherited from ListcontentHashAndAddressEntry.)
Public methodRemoveAll (Inherited from ListcontentHashAndAddressEntry.)
Public methodRemoveAt (Inherited from ListcontentHashAndAddressEntry.)
Public methodRemoveRange (Inherited from ListcontentHashAndAddressEntry.)
Public methodReverse (Inherited from ListcontentHashAndAddressEntry.)
Public methodReverse(Int32, Int32) (Inherited from ListcontentHashAndAddressEntry.)
Public methodSort (Inherited from ListcontentHashAndAddressEntry.)
Public methodSort(IComparerT) (Inherited from ListcontentHashAndAddressEntry.)
Public methodSort(ComparisonT) (Inherited from ListcontentHashAndAddressEntry.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListcontentHashAndAddressEntry.)
Public methodToArray (Inherited from ListcontentHashAndAddressEntry.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListcontentHashAndAddressEntry.)
Public methodTrueForAll (Inherited from ListcontentHashAndAddressEntry.)
Top
See Also