コード例 #1
0
 public void ReportProgress(float progress = 0f, string status = null)
 {
     SearchService.ReportProgress(this, progress, status);
 }