interface documentation
class IServiceCollection(Interface): (source)
An object which provides access to a collection of services.
| Method | add |
Add a service to this collection. |
| Method | get |
Retrieve the named service from this application. |
| Method | remove |
Remove a service from this collection. |