Y 
		
								
				
				
			
		yacrumb
Hello all,
how do these mocklibs create an instance from a given interface in
runtime?
class Mockery
{
public ISomething CreateMock(Type aType) {
// instantiate
// how?
}
}
				
			how do these mocklibs create an instance from a given interface in
runtime?
class Mockery
{
public ISomething CreateMock(Type aType) {
// instantiate
// how?
}
}
