C# Class Ploeh.AutoFixture.AutoFakeItEasy2.FakeItEasyMethodQuery

Inheritance: IMethodQuery
Show file Open project: AutoFixture/AutoFixture

Public Methods

Method Description
SelectMethods ( Type type ) : IEnumerable

Selects constructors for the supplied type.

This method returns a sequence of StaticMethod according to the public and protected constructors available on type.

Method Details

SelectMethods() public method

Selects constructors for the supplied type.

This method returns a sequence of StaticMethod according to the public and protected constructors available on type.

public SelectMethods ( Type type ) : IEnumerable
type System.Type The type.
return IEnumerable