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

◆ Attribute()

string System.Security.SecurityElement.Attribute ( string name)
inline

Definition at line 157 of file SecurityElement.cs.

158 {
160 for (;;)
161 {
162 if (name != null)
163 {
164 attribute = this.GetAttribute(name);
165 if (attribute != null)
166 {
167 break;
168 }
169 }
170 }
171 return attribute._value;
172 }
class f__AnonymousType0<< Count > j__TPar
SecurityElement.SecurityAttribute GetAttribute(string name)

References System.Security.SecurityElement.SecurityAttribute._value, System.Security.SecurityElement.GetAttribute(), and System.name.