Пример #1
0
 public static ImapGetMetadataOptions Combine(ImapGetMetadataOptions x, ImapGetMetadataOptions y)
 {
     return x + y;
 }
Пример #2
0
 public ImapGetMetadataOptions CombineWith(ImapGetMetadataOptions other)
 {
     return this + other;
 }