Function amend

  • Issues an auto-amendment of the given class.

    An amendment is done by autoAmend static method this function calls.

    A class is auto-amended at most once. The subsequent calls of this function for the same class would do nothing.

    Auto-amends a super-class prior to amending the given one.

    Type Parameters

    Parameters

    • amendedClass: TClass

      A class to auto-amend.

    Returns TClass

    Amended class instance.

Generated using TypeDoc