다음을 통해 공유


PriorityQueue<TElement,TPriority>.UnorderedItems 속성

정의

순서가 지정되지 않은 방식으로 큐의 요소를 열거하는 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::PriorityQueue<TElement, TPriority>::UnorderedItemsCollection ^ UnorderedItems { System::Collections::Generic::PriorityQueue<TElement, TPriority>::UnorderedItemsCollection ^ get(); };
public System.Collections.Generic.PriorityQueue<TElement,TPriority>.UnorderedItemsCollection UnorderedItems { get; }
member this.UnorderedItems : System.Collections.Generic.PriorityQueue<'Element, 'Priority>.UnorderedItemsCollection
Public ReadOnly Property UnorderedItems As PriorityQueue(Of TElement, TPriority).UnorderedItemsCollection

속성 값

설명

열거형은 N * log(N) 시간 및 N 공백이 필요하므로 우선 순위별로 항목을 정렬하지 않습니다. 대신 항목은 내부 배열 힙 레이아웃에 따라 열거됩니다.

적용 대상