Click or drag to resize

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
C#
public static IEnumerable<TInterface> GetAll()

Return Value

Type: IEnumerableTInterface
All singleton mappings to TInterface
See Also