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

◆ IsDefaultAttribute()

override bool System.ComponentModel.CategoryAttribute.IsDefaultAttribute ( )
inlinevirtualinherited

Reimplemented from System.Attribute.

Definition at line 240 of file CategoryAttribute.cs.

241 {
242 if (!this.localized)
243 {
244 this.localized = true;
245 string text = this.categoryValue;
246 if (this != null)
247 {
248 this.categoryValue = this;
249 }
250 }
251 string text2 = this.categoryValue;
252 CategoryAttribute @default = CategoryAttribute.Default;
253 if (!@default.localized)
254 {
255 string text3 = @default.categoryValue;
256 if (@default != null)
257 {
258 @default.categoryValue = @default;
259 }
260 }
261 string text4 = @default.categoryValue;
262 return text2.Equals(text4);
263 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.CategoryAttribute.categoryValue, System.ComponentModel.CategoryAttribute.Default, j__TPar, System.ComponentModel.CategoryAttribute.localized, and System.text.