示例#1
0
 public void Add(Sampler sampler)
 {
     _samplerIds.Add(sampler.StatusKeyPrefix);
     _samplerIdToSampler[sampler.StatusKeyPrefix] = sampler;
 }
示例#2
0
 public void Add(Sampler sampler)
 {
     _samplerIds.Add(sampler.StatusKeyPrefix);
     _samplerIdToSampler[sampler.StatusKeyPrefix] = sampler;
 }