コード例 #1
0
 public ByStatus(DelayOfStatus status)
     : this(new[] { status })
 {
 }
コード例 #2
0
 public DelayToSchedulerByStatusWhere(DelayOfStatus status)
 {
     this.status = status;
 }