Click or drag to resize

ServiceCollectionExtensionsAddSystem Method

Overload List
  NameDescription
Public methodStatic memberAddSystemT(IServiceCollection)
Adds the system of the specified type T as a singleton and enables the system in the system registry.
Public methodStatic memberAddSystem(IServiceCollection, Type)
Adds the system of the specified type as a singleton and enables the system in the system registry.
Top
See Also