Class EnumerableBase<T>
A base class for implementing an IEnumerable<T>
Inheritance
System.Object
EnumerableBase<T>
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class EnumerableBase<T> : Collections.Generic.IEnumerable<T>
Type Parameters
Name | Description |
---|---|
T |
Methods
Name | Description |
---|---|
countItems(Collections.Generic.IEnumerable<T>) | Count the number of items in an enumerable by enumeration |
GetEnumerator() | Create an enumerator for this collection. |