Queue<T>.TryPeek(T) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
bool TryPeek([Runtime::InteropServices::Out] T % result);
public bool TryPeek (out T result);
member this.TryPeek : 'T -> bool
Public Function TryPeek (ByRef result As T) As Boolean
參數
-
result
-
T
如果存在,則為 開頭的 Queue<T>對象,否則為的 T
預設值。
傳回
true
如果 開頭有 物件 Queue<T>,則為 , false
如果 為空的 Queue<T> 則為 。
適用於