コード例 #1
0
ファイル: PriorityQueue.cs プロジェクト: wildrabbit/7drl-lib
 public T Peek()
 {
     return(heap.Peek());
 }