Fix IDE0251

This commit is contained in:
RoosterDragon
2023-08-10 18:50:20 +01:00
committed by abcdefg30
parent 3b2fad6ea8
commit a1dfb42812
10 changed files with 41 additions and 37 deletions

View File

@@ -300,7 +300,7 @@ namespace OpenRA.Network
public object this[int index]
{
get
readonly get
{
if (item2OrSentinel == Sentinel)
return ((object[])item1OrArray)[index];