I need help understanding thisIn my controller I have \[code\]MembershipUserCollection usersObj = Membership.GetAllUsers();IEnumerator<MembershipUserCollection> model = usersObj.GetEnumerator();return PartialView(model );\[/code\]I need an \[code\]IEnumerator object\[/code\] to iterate through but I am not sure which type of \[code\]IEnumerator\[/code\] \[code\]MembershipUserCollection.GetEnumerator()\[/code\] returns.I want to pass this \[code\]IEnumerator\[/code\] to a view and there I