Hi,
I am trying to implement a collection that implements IEnumerable<T>. I
keep getting the following error
'IEnumerator<.. .>.Current' in explicit interface declaration is not a member
of interface. Please help me resolve the error
I was able to implement the non Generics version
See Code below
public class CompanyCollecti on: System.Collecti ons.CollectionB ase,
...