[Missing <summary> documentation for "M:Bespoke.Common.ServiceContainer.RemoveService(System.Type)"]

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public void RemoveService(
	Type serviceType
)
Visual Basic (Declaration)
Public Sub RemoveService ( _
	serviceType As Type _
)
Visual C++
public:
void RemoveService(
	Type^ serviceType
)

Parameters

serviceType
Type: System..::.Type

[Missing <param name="serviceType"/> documentation for "M:Bespoke.Common.ServiceContainer.RemoveService(System.Type)"]

Return Value

See Also