IEnumerator IEnumerable.GetEnumerator() { return(Path.GetEnumerator()); }
public IEnumerator <T> GetEnumerator() { return(Path.GetEnumerator()); }