SingletonCollectionTInterfaceDisableAllOfTClass Method |
Disables all types of a specific type TClass where TClass implements TInterface
Namespace:
Crosser.Resolve
Assembly:
Crosser.Resolver (in Crosser.Resolver.dll) Version: 0.0.9.1
Syntax public static void DisableAllOf<TClass>()
where TClass : class, TInterface
Type Parameters
- TClass
- The type to disable all mappings for
See Also