共用方式為


IPriorityQueue<TValue,TCont>.pop 方法

定義

移除容器的最高優先順序項目。

public:
 void pop();
public void pop ();
abstract member pop : unit -> unit
Public Sub pop ()

備註

如需詳細資訊,請參閱 priority_queue::p op (STL/CLR)

適用於