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