1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 09:38:01 +02:00

Removed obsolete System.Collections.Generic

This commit is contained in:
Brian Fiete 2020-09-05 05:40:20 -07:00
parent 709b337617
commit 8591172bb2
6 changed files with 0 additions and 35 deletions

View file

@ -459,9 +459,3 @@ namespace System.Collections
}
}
}
namespace System.Collections.Generic
{
[Obsolete("The System.Collections.Generic types have been moved into System.Collections", false)]
typealias Queue<T> = System.Collections.Queue<T>;
}