Interface IMethodFactory
Creates a new Method from a System.Reflection.MethodInfo.
Namespace: AutoFixture.Kernel
Assembly: AutoFixture.dll
Syntax
public interface IMethodFactory
Methods
| Improve this Doc View SourceCreate(MethodInfo)
Creates the method for the supplied methodInfo.
Declaration
IMethod Create(MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodInfo | methodInfo | The methodInfo. |
Returns
Type | Description |
---|---|
IMethod | Method for |