PriorityQueue<TElement,TPriority>.Peek メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
削除せずに、 PriorityQueue<TElement,TPriority> から最小要素を返します。
public:
TElement Peek();
public TElement Peek();
member this.Peek : unit -> 'Element
Public Function Peek () As TElement
返品
TElement
PriorityQueue<TElement,TPriority>の最小要素。