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

◆ GetCustomAttributes() [1/2]

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

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 14 of file EmptyCAHolder.cs.

15 {
16 return Array.Empty<object>();
17 }