Composition Batch(组合批处理)
该类的实例可以批量的添加移除组件实例
var batch = new CompositionBatch();
batch.AddPart(partInstance1);
batch.AddPart(partInstance2);
batch.RemovePart(part3);

container.Compose(batch);

相关文章:

  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
猜你喜欢
  • 2022-01-28
  • 2022-12-23
  • 2021-12-09
  • 2021-07-02
  • 2021-09-16
  • 2021-11-30
  • 2022-12-23
相关资源
相似解决方案