ServiceContainer AddService T  Method Bespoke Osc Library
Add a service to the container.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Sub AddService(Of T) ( _
	service As T _
)

Parameters

service
Type: T
The service to add.
Type Parameters

T
The type of the service.
See Also