ServiceCollection.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Remove(Type) | |
Remove<TService>() |
Remove(Type)
public:
void Remove(Type ^ serviceType);
public void Remove (Type serviceType);
member this.Remove : Type -> unit
Public Sub Remove (serviceType As Type)
Parameters
- serviceType
- Type
Applies to
Remove<TService>()
public:
generic <typename TService>
void Remove();
public void Remove<TService> ();
member this.Remove : unit -> unit
Public Sub Remove(Of TService) ()
Type Parameters
- TService