Class AbstractEnumerable2<T>

    • Constructor Detail

      • AbstractEnumerable2

        public AbstractEnumerable2()
    • Method Detail

      • enumerator

        public Enumerator<T> enumerator()
        Description copied from interface: RawEnumerable
        Returns an enumerator that iterates through a collection.