public class SingleLinkedList<T> : IEnumerable<T>, IEnumerable
The SingleLinkedListT type exposes the following members.