Class ServiceCollectionExtensions
Contains all the extensions methods for IServiceCollection.
Inherited Members
System.Object.Equals(System.Object)
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Color_Chan.Discord.Core.Extensions
Assembly: Color-Chan.Discord.Core.dll
Syntax
public static class ServiceCollectionExtensions
Methods
| Improve this Doc View SourceAddColorChanDiscordCore(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. |