My Project
|
Based on http://blogs.msdn.com/b/ericlippert/archive/2007/10/08/path-finding-using-a-in-c-3-0-part-three.aspx Backported to C# 2.0. More...
Public Member Functions | |
void | Enqueue (V value, P priority) |
V | Dequeue () |
bool | Replace (V value, P oldPriority, P newPriority) |
override string | ToString () |
int | GetCount () |
Properties | |
bool | IsEmpty [get] |
Based on http://blogs.msdn.com/b/ericlippert/archive/2007/10/08/path-finding-using-a-in-c-3-0-part-three.aspx Backported to C# 2.0.