public Enumerator(AssemblyCollection collection) { this.wrapped = ((System.Collections.CollectionBase)collection).GetEnumerator(); }