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

◆ Message

override string System.ObjectDisposedException.Message
getinherited

Definition at line 52 of file ObjectDisposedException.cs.

53 {
54 get
55 {
56 if (this._objectName == null)
57 {
58 }
59 string message = base.Message;
60 string newLine = Environment.NewLine;
61 string text;
62 return message + newLine + text;
63 }
64 }
class f__AnonymousType0<< Count > j__TPar
static string NewLine