/// <summary> /// Invokes the 'CustomOp_Parent' method of the specified <see cref="Parent"/> entity. /// </summary> /// <param name="parent">The <see cref="Parent"/> entity instance.</param> public void CustomOp_Parent(Parent parent) { parent.CustomOp_Parent(); }