Add Indexer to Collection base class

Issue #58 resolved
Christian Oeing repo owner created an issue

The generic version has one, the non-generic misses it. Add an abstract Indexer there to be able to use the non-generic Collection class with an indexer.

Comments (2)

  1. Christian Oeing reporter

    Added indexer. There is already one in the generic version from the IList<T> interface, hope that it doesn't interfere with the new one.

  2. Log in to comment