mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 18:18:00 +02:00
Removed obsolete System.Collections.Generic
This commit is contained in:
parent
709b337617
commit
8591172bb2
6 changed files with 0 additions and 35 deletions
|
@ -116,9 +116,3 @@ namespace System.Collections
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace System.Collections.Generic
|
||||
{
|
||||
[Obsolete("The System.Collections.Generic types have been moved into System.Collections", false)]
|
||||
typealias BinaryHeap<T> = System.Collections.BinaryHeap<T>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue