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

◆ AcceptPattern

string System.Net.WebPermissionAttribute.AcceptPattern
getset

Definition at line 90 of file WebPermissionAttribute.cs.

91 {
92 get
93 {
94 if (this.m_accept != null)
95 {
96 return;
97 }
98 }
99 set
100 {
101 if (this.m_accept == null)
102 {
103 bool flag = value == ".*";
104 return;
105 }
106 throw new ArrayTypeMismatchException();
107 }
108 }