Show / Hide Table of Contents

    Class IU880BServiceCollectionExtensions

    Extension methods for DI.

    Inheritance
    System.Object
    IU880BServiceCollectionExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FosterBuster.IU880B.DependencyInjection
    Assembly: IU880B.dll
    Syntax
    public static class IU880BServiceCollectionExtensions

    Methods

    | Improve this Doc View Source

    AddIU880BModem(IServiceCollection, Action<IU880BOptions>)

    Adds IU880B Dependencies.

    Declaration
    public static IServiceCollection AddIU880BModem(this IServiceCollection services, Action<IU880BOptions> setupAction)
    Parameters
    Type Name Description
    Microsoft.Extensions.DependencyInjection.IServiceCollection services

    the service collection to be modified.

    System.Action<IU880BOptions> setupAction

    an action for hooking into.

    Returns
    Type Description
    Microsoft.Extensions.DependencyInjection.IServiceCollection

    a modified service collection.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX