BindFromInstance

It is called to bind a class that has an object. The object must be given as a reference when calling the relevant method.

Sample uses:

container.BindFromInstance<Foo>(instance);

Last updated