Exemplo n.º 1
0
 public ImapListReturnOptions CombineWith(ImapListReturnOptions other)
 {
     return this + other;
 }
Exemplo n.º 2
0
 public static ImapListReturnOptions Combine(ImapListReturnOptions x, ImapListReturnOptions y)
 {
     return x + y;
 }