Example Microsoft Unity Block Configuration : Passing Value to Constructor

This is a sample of our configuration file that allows us to initialize value to our constructor.

























/// Our Constructor ////

[InjectionConstructor]
public MyClass(string myParam, string myParam2)
{
string p1 = myParam;
string p2 = myParam2;
}

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm