Click or drag to resize

ElementListTElement Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

List specialized in containing the web spider elements
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListTElement
    imbWEM.Core.crawler.modulesElementListTElement

Namespace:  imbWEM.Core.crawler.modules
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class ElementList<TElement> : List<TElement>
where TElement : ISpiderElement

Type Parameters

TElement
The type of the element.

The ElementListTElement type exposes the following members.

Constructors
  NameDescription
Public methodElementListTElement
Initializes a new instance of the ElementListTElement class
Top
Properties
  NameDescription
Public propertyCapacity (Inherited from ListTElement.)
Public propertyCount (Inherited from ListTElement.)
Public propertyItem (Inherited from ListTElement.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ListTElement.)
Public methodAddRange (Inherited from ListTElement.)
Public methodAsReadOnly (Inherited from ListTElement.)
Public methodBinarySearch(T) (Inherited from ListTElement.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListTElement.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListTElement.)
Public methodClear (Inherited from ListTElement.)
Public methodContains (Inherited from ListTElement.)
Public methodConvertAllTOutput (Inherited from ListTElement.)
Public methodCopyTo(T) (Inherited from ListTElement.)
Public methodCopyTo(T, Int32) (Inherited from ListTElement.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListTElement.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListTElement.)
Public methodFind (Inherited from ListTElement.)
Public methodFindAll (Inherited from ListTElement.)
Public methodFindIndex(PredicateT) (Inherited from ListTElement.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListTElement.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListTElement.)
Public methodFindLast (Inherited from ListTElement.)
Public methodFindLastIndex(PredicateT) (Inherited from ListTElement.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListTElement.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListTElement.)
Public methodForEach (Inherited from ListTElement.)
Public methodGetEnumerator (Inherited from ListTElement.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListTElement.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListTElement.)
Public methodIndexOf(T, Int32) (Inherited from ListTElement.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListTElement.)
Public methodInsert (Inherited from ListTElement.)
Public methodInsertRange (Inherited from ListTElement.)
Public methodLastIndexOf(T) (Inherited from ListTElement.)
Public methodLastIndexOf(T, Int32) (Inherited from ListTElement.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListTElement.)
Public methodRemove (Inherited from ListTElement.)
Public methodRemoveAll (Inherited from ListTElement.)
Public methodRemoveAt (Inherited from ListTElement.)
Public methodRemoveRange (Inherited from ListTElement.)
Public methodReverse (Inherited from ListTElement.)
Public methodReverse(Int32, Int32) (Inherited from ListTElement.)
Public methodSort (Inherited from ListTElement.)
Public methodSort(IComparerT) (Inherited from ListTElement.)
Public methodSort(ComparisonT) (Inherited from ListTElement.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListTElement.)
Public methodToArray (Inherited from ListTElement.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListTElement.)
Public methodTrueForAll (Inherited from ListTElement.)
Top
Operators
See Also