示例#1
0
文件: Processor.cs 项目: rvnbrz/D1
 public Processor DeepClone()
 {
     return(new Processor(Cores.Select(x => x.DeepClone()).ToArray(), Id));
 }