Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsDefined()
[1/8]
static
bool
System.Attribute.IsDefined
(
Assembly
element
,
Type
attributeType
)
inline
static
inherited
Definition at line
649
of file
Attribute.cs
.
650
{
651
return
IsDefined
(element, attributeType,
inherit
:
true
);
652
}
System.Attribute.IsDefined
static bool IsDefined(MemberInfo element, Type attributeType)
Definition
Attribute.cs:384
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
References
System.Attribute.IsDefined()
.
Terraria
Utilities
OldAttribute
Generated by
1.10.0