示例#1
0
        //----< both of these functions are needed to implement IEnumerable >----

        public IEnumerator <Author> GetEnumerator()
        {
            return(Authors.GetEnumerator());
        }