示例#1
0
 public void TestInit()
 {
     this.collection = LimitedMemoryCollectionInitializer.Create<string, int>(this.Capacity);
 }
示例#2
0
 public void TestInit()
 {
     this.collection = LimitedMemoryCollectionInitializer.Create <string, int>(this.Capacity);
 }