Click or drag to resize

ManyTInterfaceEnableAllOfTClass Method

Enables 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
C#
public static void EnableAllOf<TClass>()
where TClass : class, TInterface

Type Parameters

TClass
The type to enable all mappings for
See Also