Search Results for

    Show / Hide Table of Contents

    Class ServiceCollectionExtensions

    Contains all the extensions methods for IServiceCollection.

    Inheritance
    Object
    ServiceCollectionExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Object.ToString()
    Namespace: Color_Chan.Discord.Core.Extensions
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public static class ServiceCollectionExtensions

    Methods

    | Improve this Doc View Source

    AddColorChanDiscordCore(IServiceCollection)

    Add the dependencies for Color-Chan.Discord.Core to the IServiceCollection.

    Declaration
    public static IServiceCollection AddColorChanDiscordCore(this IServiceCollection services)
    Parameters
    Type Name Description
    IServiceCollection services

    The IServiceCollection.

    Returns
    Type Description
    IServiceCollection

    The updated IServiceCollection.

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