Interface IMethodQuery
Namespace: AutoFixture.Kernel
Assembly: AutoFixture.dll
Defines a strategy for selecting methods (such as constructors or factory methods) from a type.
public interface IMethodQueryMethods
SelectMethods(Type)
Selects the methods for the supplied type.
IEnumerable<IMethod> SelectMethods(Type type)Parameters
type Type
The type.
Returns
Methods for type.