Class MissingParametersSupplyingStaticMethodFactory
Creates a new MissingParametersSupplyingMethod for a static System.Reflection.MethodInfo.
Inheritance
System.Object
MissingParametersSupplyingStaticMethodFactory
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AutoFixture.Kernel
Assembly: AutoFixture.dll
Syntax
public class MissingParametersSupplyingStaticMethodFactory : IMethodFactory
Methods
| Improve this Doc View SourceCreate(MethodInfo)
Creates a StaticMethod decorated with MissingParametersSupplyingMethod for the supplied methodInfo.
Declaration
public IMethod Create(MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodInfo | methodInfo | The methodInfo. |
Returns
Type | Description |
---|---|
IMethod | Method for |