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

◆ IsDefined()

override bool System.Reflection.Emit.ModuleBuilder.IsDefined ( Type attributeType,
bool inherit )
inlinevirtual

Reimplemented from System.Reflection.Module.

Definition at line 420 of file ModuleBuilder.cs.

421 {
422 return InternalModule.IsDefined(attributeType, inherit);
423 }
InternalModuleBuilder InternalModule
override bool IsDefined(Type attributeType, bool inherit)

References System.Reflection.Emit.ModuleBuilder.InternalModule, and System.Reflection.RuntimeModule.IsDefined().