anmar.SharpMimeTools.SharpMimeMessage.GetEnumerator C# (CSharp) 메소드

GetEnumerator() 공개 메소드

Returns an enumerator that can iterate through the parts of a multipart entity
public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator
        public System.Collections.IEnumerator GetEnumerator()
        {
            this.parse();
            return this.mi.parts.GetEnumerator();
        }