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

◆ AttributeProviderAttribute() [2/3]

System.ComponentModel.AttributeProviderAttribute.AttributeProviderAttribute ( string typeName,
string propertyName )
inline

Definition at line 22 of file AttributeProviderAttribute.cs.

23 {
24 do
25 {
26 base..ctor();
27 if (typeName == null)
28 {
29 return;
30 }
31 }
32 while (propertyName == null);
33 this.TypeName = typeName;
35 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.