C# 클래스 Swummary.MethodExtractor

파일 보기 프로젝트 열기: herbertkb/Swummary 1 사용 예제들

공개 메소드들

메소드 설명
ExtractAllMethodsFromDirectory ( string directoryPath ) : IEnumerable
ExtractAllMethodsFromFile ( string filePath ) : IEnumerable>

메소드 상세

ExtractAllMethodsFromDirectory() 공개 정적인 메소드

public static ExtractAllMethodsFromDirectory ( string directoryPath ) : IEnumerable
directoryPath string
리턴 IEnumerable

ExtractAllMethodsFromFile() 공개 정적인 메소드

public static ExtractAllMethodsFromFile ( string filePath ) : IEnumerable>
filePath string
리턴 IEnumerable>