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

◆ IsDefined()

bool ICustomAttributeProvider. System.Reflection.Emit.EmptyCAHolder.IsDefined ( Type attributeType,
bool inherit )
inlineprivate

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 19 of file EmptyCAHolder.cs.

20 {
21 return false;
22 }