C# 클래스 Ploeh.AutoFixture.AutoFakeItEasy2.FakeItEasyMethodQuery

상속: IMethodQuery
파일 보기 프로젝트 열기: AutoFixture/AutoFixture

공개 메소드들

메소드 설명
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.

메소드 상세

SelectMethods() 공개 메소드

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.
리턴 IEnumerable