We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa65f8e commit 182622bCopy full SHA for 182622b
1 file changed
Orm/Xtensive.Orm/Collections/Interfaces/IPriorityQueue.cs
@@ -16,6 +16,7 @@ namespace Xtensive.Collections
16
/// </summary>
17
/// <typeparam name="T"><see cref="Type"/> of items to be stored in queue.</typeparam>
18
/// <typeparam name="TPriority"><see cref="Type"/> of priority value.</typeparam>
19
+ [Obsolete]
20
public interface IPriorityQueue<T, TPriority> :
21
IEnumerable<T>, ICloneable
22
where TPriority : IComparable<TPriority>
0 commit comments