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

◆ IsDefined()

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

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 115 of file ConstructorBuilder.cs.

116 {
117 return m_methodBuilder.IsDefined(attributeType, inherit);
118 }
override bool IsDefined(Type attributeType, bool inherit)

References System.Reflection.Emit.MethodBuilder.IsDefined(), and System.Reflection.Emit.ConstructorBuilder.m_methodBuilder.