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.
1
using
System
;
2
3
namespace
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
ReLogic.Utilities.XnaExtensions.Get< T >
static T Get< T >(this IServiceProvider A_0)
Definition
XnaExtensions.cs:9
ReLogic.Utilities.XnaExtensions
Definition
XnaExtensions.cs:7
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.Type
Definition
Type.cs:12
System.IServiceProvider
Definition
IServiceProvider.cs:7
ReLogic.Utilities
Definition
AttributeUtilities.cs:6
System.ConsoleKey.T
@ T
System
Definition
__ComObject.cs:4
source
ReLogic
Utilities
XnaExtensions.cs
Generated by
1.10.0