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

◆ IsDefined()

override bool System.Reflection.Emit.SymbolMethod.IsDefined ( Type attributeType,
bool inherit )
inline

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 113 of file SymbolMethod.cs.

114 {
115 throw new NotSupportedException(SR.NotSupported_SymbolMethod);
116 }

References System.SR.NotSupported_SymbolMethod.