SingletonCollectionTInterfaceGetAll Method |
Will return all enabled mapping for this interface
Namespace:
Crosser.Resolve
Assembly:
Crosser.Resolver (in Crosser.Resolver.dll) Version: 0.0.9.1
Syntax public static IEnumerable<TInterface> GetAll()
Return Value
Type:
IEnumerableTInterfaceAll singleton mappings to TInterface
See Also