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

◆ IsDefaultAttribute()

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

Reimplemented from System.Attribute.

Definition at line 47 of file InheritanceAttribute.cs.

48 {
49 return Equals(Default);
50 }
static readonly InheritanceAttribute Default
override bool Equals([NotNullWhen(true)] object? value)

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