示例#1
0
 public ImmutableHashSetSurrogate()
 {
     this.builder = ImmutableHashSet.CreateBuilder <T>();
 }