コード例 #1
0
 public SystemLinkedListString(LinkedList <char> linkedList)
 {
     this.linkedList = linkedList;
 }