public override bool IsDefined(Type attributeType, bool inherit) { return(m_methodBuilder.IsDefined(attributeType, inherit)); }