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

◆ GetCustomAttributes() [2/2]

override object[] System.Reflection.Emit.SymbolMethod.GetCustomAttributes ( Type attributeType,
bool inherit )
inline

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 108 of file SymbolMethod.cs.

109 {
110 throw new NotSupportedException(SR.NotSupported_SymbolMethod);
111 }

References System.SR.NotSupported_SymbolMethod.