Interface IMethodFactory

Namespace: AutoFixture.Kernel
Assembly: AutoFixture.dll

Creates a new Method from a MethodInfo.

public interface IMethodFactory

Methods

Create(MethodInfo)

Creates the method for the supplied methodInfo.

IMethod Create(MethodInfo methodInfo)

Parameters

methodInfo MethodInfo

The methodInfo.

Returns

IMethod

Method for methodInfo.