terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
XnaExtensions.cs
Go to the documentation of this file.
1using System;
2
3namespace ReLogic.Utilities
4{
5 // Token: 0x02000B0E RID: 2830
6 public static class XnaExtensions
7 {
8 // Token: 0x06005301 RID: 21249 RVA: 0x00283C74 File Offset: 0x00281E74
9 public static T Get<T>(this IServiceProvider A_0) where T : class
10 {
11 Type type;
12 while (type != null)
13 {
14 if (type == null)
15 {
16 throw new InvalidCastException();
17 }
18 }
19 }
20 }
21}
class f__AnonymousType0<< Count > j__TPar
static T Get< T >(this IServiceProvider A_0)