예제 #1
0
 public ImapFetchDataItem CombineWith(ImapFetchDataItem dataItem)
 {
     return this + dataItem;
 }
예제 #2
0
 public static ImapFetchDataItem Combine(ImapFetchDataItem x, ImapFetchDataItem y)
 {
     return x + y;
 }