mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
Added Obsolete support for moved collections
This commit is contained in:
parent
dbd9b32e3f
commit
842a6a8898
16 changed files with 232 additions and 109 deletions
|
@ -654,3 +654,9 @@ namespace System.Collections
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace System.Collections.Generic
|
||||
{
|
||||
[Obsolete("The System.Collections.Generic containers have been moved into System.Collections", false)]
|
||||
typealias List<T> = System.Collections.List<T>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue