PriorityQueue<TElement,TPriority>.Comparer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the priority comparer used by the PriorityQueue<TElement,TPriority>.
public:
property System::Collections::Generic::IComparer<TPriority> ^ Comparer { System::Collections::Generic::IComparer<TPriority> ^ get(); };
public System.Collections.Generic.IComparer<TPriority> Comparer { get; }
member this.Comparer : System.Collections.Generic.IComparer<'Priority>
Public ReadOnly Property Comparer As IComparer(Of TPriority)
Property Value
IComparer<TPriority>
The comparer that determines the priority of items in the queue.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา