Skip to content

Commit 182622b

Browse files
committed
IPriorityQueue marked obsolete - no implementations
1 parent aa65f8e commit 182622b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Orm/Xtensive.Orm/Collections/Interfaces/IPriorityQueue.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace Xtensive.Collections
1616
/// </summary>
1717
/// <typeparam name="T"><see cref="Type"/> of items to be stored in queue.</typeparam>
1818
/// <typeparam name="TPriority"><see cref="Type"/> of priority value.</typeparam>
19+
[Obsolete]
1920
public interface IPriorityQueue<T, TPriority> :
2021
IEnumerable<T>, ICloneable
2122
where TPriority : IComparable<TPriority>

0 commit comments

Comments
 (0)