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

◆ Get< T >()

static T ReLogic.Utilities.XnaExtensions.Get< T > ( this IServiceProvider A_0)
inlinestatic
Type Constraints
T :class 

Definition at line 9 of file XnaExtensions.cs.

9 : class
10 {
11 Type type;
12 while (type != null)
13 {
14 if (type == null)
15 {
16 throw new InvalidCastException();
17 }
18 }
19 }