public IListBoxerFromIEnumerable(IEnumerable ICollection) { this.internalCollection = ICollection; this.methodsByReflexion = MethodsByReflexion.CreateWithCache(ICollection.GetType()); }
public IListBoxerFromGenericIEnumerable(IEnumerable <T> GenericICollection) { this.GenericIEnumerable = GenericICollection; this.methodsByReflexion = MethodsByReflexion.CreateWithCache(GenericICollection.GetType()); }