다음을 통해 공유


JsonExtensions.Dequeue<T>(List<T>) 메서드

정의

큐의 첫 번째 요소를 제거합니다.

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

요소가 제거되었습니다.

적용 대상