ServiceContainer GetService T  Method Bespoke Osc Library
Find the specified service.

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

Public Function GetService(Of T) As T
Type Parameters

T
The type of the service to find.

Return Value

The object associated with the specified service type; otherwise, null if the service is not found.
See Also