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

◆ GetCustomAttributes() [2/2]

object[] ICustomAttributeProvider. System.Reflection.Emit.EmptyCAHolder.GetCustomAttributes ( Type attributeType,
bool inherit )
inlineprivate

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 9 of file EmptyCAHolder.cs.

10 {
11 return Array.Empty<object>();
12 }