Class MissingParametersSupplyingMethodFactory
Creates a new MissingParametersSupplyingMethod for an instance System.Reflection.MethodInfo.
Inheritance
System.Object
MissingParametersSupplyingMethodFactory
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 MissingParametersSupplyingMethodFactory : IMethodFactory
Constructors
| Improve this Doc View SourceMissingParametersSupplyingMethodFactory(Object)
Initializes a new instance of the MissingParametersSupplyingMethodFactory class.
Declaration
public MissingParametersSupplyingMethodFactory(object owner)
Parameters
Type | Name | Description |
---|---|---|
System.Object | owner | The owner. |
Properties
| Improve this Doc View SourceOwner
Gets the owner originally supplied through the constructor.
Declaration
public object Owner { get; }
Property Value
Type | Description |
---|---|
System.Object |
See Also
Methods
| Improve this Doc View SourceCreate(MethodInfo)
Creates a InstanceMethod 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 |