mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-20 10:06:50 -05:00
misc: chore: Use collection expressions in Common project
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Ryujinx.Common.Collections
|
||||
/// <returns>A list of all RangeNodes sorted by Key Order</returns>
|
||||
public List<RangeNode<TKey, TValue>> AsList()
|
||||
{
|
||||
List<RangeNode<TKey, TValue>> list = new();
|
||||
List<RangeNode<TKey, TValue>> list = [];
|
||||
|
||||
AddToList(Root, list);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user