示例#1
0
文件: Manager.cs 项目: perryiv/cadkit
 /// <summary>
 /// See if the job is in the list.
 /// </summary>
 public bool Contains(CadKit.Threads.Jobs.Job job)
 {
     using (this.Lock.read())
     {
         return(_jobs.Contains(job));
     }
 }