Click or drag to resize

SingletonCollectionTInterfaceRemoveTClass Method

Removes all mappings to the Type of TClass where TClass implements TInterface

Namespace:  Crosser.Resolve
Assembly:  Crosser.Resolver (in Crosser.Resolver.dll) Version: 0.0.9.1
Syntax
C#
public static void Remove<TClass>()

Type Parameters

TClass
The type to remove all mappings for
See Also