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