コード例 #1
0
ファイル: Program.cs プロジェクト: ParkJuSung/CS1
 public void SetNext(QueueNode next)
 {
     this.next = next;
 }