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 IMethodQuery

Methods

SelectMethods(Type)

Selects the methods for the supplied type.

IEnumerable<IMethod> SelectMethods(Type type)

Parameters

type Type

The type.

Returns

IEnumerable<IMethod>

Methods for type.