Files
NobetaSource/Cpp2IL/Assembly-CSharp/MTAssets/UltimateLODSystem/ListMethodsExtensions.cs
2023-09-06 22:00:49 +02:00

20 lines
569 B
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace MTAssets.UltimateLODSystem
{
// Token: 0x020005F0 RID: 1520
[Token(Token = "0x20005F0")]
public static class ListMethodsExtensions
{
// Token: 0x06002FD1 RID: 12241 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002FD1")]
[Address(RVA = "0x4E7800", Offset = "0x4E6600", VA = "0x1804E7800")]
public static void RemoveAllNullItems<T>(this List<T> list)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
}