EnumerableBase<T>IEnumerable<T>, System.Collections.IEnumerableobjectArrayBase<T>, ArrayBase<T>.Range, ArrayList<T>, CircularQueue<T>, CollectionBase<T>, CollectionValueBase<T>, DictionaryBase<K,V>, DirectedCollectionBase<T>, DirectedCollectionValueBase<T>, HashBag<T>, HashDictionary<K,V>, HashedArrayList<T>, HashedLinkedList<T>, HashSet<T>, IntervalHeap<T>, LinkedList<T>, SequencedBase<T>, SortedArray<T>, SortedDictionaryBase<K,V>, TreeBag<T>, TreeDictionary<K,V>, TreeSet<T>EnumerableBase<T>()countItems(IEnumerable<T> items)
,Equals(object obj), Inherited from object
,Finalize(), Inherited from object
,GetEnumerator()
,GetHashCode(), Inherited from object
,GetType(), Inherited from object
,MemberwiseClone(), Inherited from object
,ToString(), Inherited from objectPEnumerableBase<T>() |
SP int countItems(IEnumerable<T> items) |
Count the number of items in an enumerable by enumeration
| |||||
A System.Collections.Generic.IEnumerator<T> GetEnumerator() |
Create an enumerator for this collection.
|