Bind

It is called to bind a class that does not have an object.

Sample uses:

container.Bind<Foo>();

Last updated