Interface IMethodFactory
Namespace: AutoFixture.Kernel
Assembly: AutoFixture.dll
Creates a new Method from a MethodInfo.
public interface IMethodFactoryMethods
Create(MethodInfo)
Creates the method for the supplied methodInfo.
IMethod Create(MethodInfo methodInfo)Parameters
methodInfo MethodInfo
The methodInfo.
Returns
Method for methodInfo.