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

◆ Name

override string System.Security.Principal.GenericIdentity.Name
get

Implements System.Security.Principal.IIdentity.

Definition at line 56 of file GenericIdentity.cs.

57 {
58 get
59 {
60 return this.m_name;
61 }
62 }