JsonExtensions.Dequeue<T>(List<T>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除佇列的第一個專案。
public static T Dequeue<T>(this System.Collections.Generic.List<T> queue);
static member Dequeue : System.Collections.Generic.List<'T> -> 'T
<Extension()>
Public Function Dequeue(Of T) (queue As List(Of T)) As T
類型參數
- T
專案類型。
參數
- queue
- List<T>
列出要從何處移除第一個專案。
傳回
T
已移除專案。