コード例 #1
0
 public void IsEmptyTest()
 {
     Dictionary.Empty();
     Assert.True(Dictionary.IsEmpty());
 }