Skip to content

Add Use method to WithCtorParam interface #64

Description

@ipjohnson

It would be useful to be able to specify a type to use for a constructor parameter.

c.Export<SomeType>().WithCtorParam<ISomeInterface>().Use<SomeImplementation>();

This will be implemented for both generic and non generic Export interface

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions