コード例 #1
0
 public ImapSearchResultOptions CombineWith(ImapSearchResultOptions other)
 {
     return this + other;
 }
コード例 #2
0
 public static ImapSearchResultOptions Combine(ImapSearchResultOptions x, ImapSearchResultOptions y)
 {
     return x + y;
 }