示例#1
0
 public static bool IsDownload(this SyncTarget.types type) =>
 type == SyncTarget.types.download;
示例#2
0
 public static bool IsUpload(this SyncTarget.types type) =>
 type == SyncTarget.types.upload;