コード例 #1
0
 public void EmptyDoubleLinkList()
 {
     var doubleLinkList=new DoubleLinkList<int>();
     doubleLinkList.ShouldBeEmpty();
 }