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
ThrowStub.cs
Go to the documentation of this file.
1using System;
2
3namespace Unity
4{
5 // Token: 0x020004B4 RID: 1204
6 internal sealed class ThrowStub : ObjectDisposedException
7 {
8 // Token: 0x06002033 RID: 8243 RVA: 0x00052D3C File Offset: 0x00050F3C
9 public static void ThrowNotSupportedException()
10 {
11 }
12 }
13}
static void ThrowNotSupportedException()
Definition ThrowStub.cs:9