ConfigureServicesDelegate typedef

ConfigureServicesDelegate = void Function(HostBuilderContext context, ServiceCollection services)

Implementation

typedef ConfigureServicesDelegate = void Function(
  HostBuilderContext context,
  ServiceCollection services,
);