mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-24 03:56:27 +00:00
Uniformization
This commit is contained in:
@@ -55,7 +55,7 @@ namespace SystemExtensions.Collections
|
||||
{
|
||||
if (Count > 0)
|
||||
{
|
||||
return binaryHeap.RemoveMin();
|
||||
return binaryHeap.RemoveMinimum();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user