Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.22 KB

File metadata and controls

17 lines (12 loc) · 1.22 KB

ServiceCollectionExtensions Class

Extension methods for Microsoft.Extensions.DependencyInjection.IServiceCollection. This class is used to register the virtual file system in the dependency injection container.

public static class ServiceCollectionExtensions

Inheritance System.Object 🡒 ServiceCollectionExtensions

Methods
AddVirtualFileSystem(this IServiceCollection) Registers the virtual file system in the dependency injection container.