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

◆ MemberDescriptor() [2/4]

System.ComponentModel.MemberDescriptor.MemberDescriptor ( string name,
Attribute[] attributes )
inlineprotected

Definition at line 20 of file MemberDescriptor.cs.

21 {
22 if (name == null || name._stringLength == 0)
23 {
24 string @string = SR.GetString("Invalid member name.");
25 return;
26 }
30 if (attributes != null)
31 {
33 return;
34 }
35 Attribute[] array = this.attributes;
37 }
class f__AnonymousType0<< Count > j__TPar
static string GetString(string name, params object[] args)
Definition SR.cs:9
Definition SR.cs:7

References System.array, System.ComponentModel.MemberDescriptor.attributes, SR.GetString(), j__TPar, and System.ComponentModel.MemberDescriptor.name.