mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +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>;
|
||||
}
|
||||
|
|
|
@ -1139,9 +1139,3 @@ namespace System.Collections
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace System.Collections.Generic
|
||||
{
|
||||
[Obsolete("The System.Collections.Generic types have been moved into System.Collections", false)]
|
||||
typealias Dictionary<TKey, TValue> = System.Collections.Dictionary<TKey, TValue>;
|
||||
}
|
||||
|
|
|
@ -1164,9 +1164,3 @@ namespace System.Collections
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace System.Collections.Generic
|
||||
{
|
||||
[Obsolete("The System.Collections.Generic types have been moved into System.Collections", false)]
|
||||
typealias HashSet<T> = System.Collections.HashSet<T>;
|
||||
}
|
||||
|
|
|
@ -914,8 +914,3 @@ namespace System.Collections
|
|||
}
|
||||
}
|
||||
|
||||
namespace System.Collections.Generic
|
||||
{
|
||||
[Obsolete("The System.Collections.Generic types have been moved into System.Collections", false)]
|
||||
typealias List<T> = System.Collections.List<T>;
|
||||
}
|
||||
|
|
|
@ -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>;
|
||||
}
|
||||
|
|
|
@ -299,9 +299,3 @@ namespace System.Collections
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace System.Collections.Generic
|
||||
{
|
||||
[Obsolete("The System.Collections.Generic types have been moved into System.Collections", false)]
|
||||
typealias Sorter<T, T2> = System.Collections.Sorter<T, T2>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue