Exemplo n.º 1
0
 public IEnumerator <Email> GetEnumerator()
 {
     lock (_lockObject)
     {
         return(_emails.GetEnumerator());
     }
 }