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

◆ GetCustomAttributes() [1/2]

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

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 103 of file SymbolMethod.cs.

104 {
105 throw new NotSupportedException(SR.NotSupported_SymbolMethod);
106 }

References System.SR.NotSupported_SymbolMethod.