Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsDefaultAttribute()

override bool System.ComponentModel.BrowsableAttribute.IsDefaultAttribute ( )
inlinevirtual

Reimplemented from System.Attribute.

Definition at line 35 of file BrowsableAttribute.cs.

36 {
37 return Equals(Default);
38 }
override bool Equals([NotNullWhen(true)] object? obj)
static readonly BrowsableAttribute Default

References System.ComponentModel.BrowsableAttribute.Default, and System.ComponentModel.BrowsableAttribute.Equals().