Interface IRegistration<T>

    • Method Detail

      • unregister

        void unregister()
        Unregister the item registered.
      • get

        T get()
        Get the registered item.
        Returns:
        the item that this registration is for.