コード例 #1
0
 public void IndexerGetterCheck()
 {
     TestIList.IndexerGetterCheck(new DoublyLinkedList <int>());
 }
コード例 #2
0
ファイル: LinkedListTests.cs プロジェクト: makisima3/makkxi
 public void IndexerGetterCheck()
 {
     TestIList.IndexerGetterCheck(new List <int>());
 }