C# 클래스 FilesExtractor.Program

파일 보기 프로젝트 열기: 7digital/XML-Deserialization-Examples

공개 메소드들

메소드 설명
Extract ( IFilesExtractor extractor, int idx, int reads ) : void
Main ( ) : void

비공개 메소드들

메소드 설명
Measure ( System.Action action ) : double
MeasureAvg ( System.Action action, int count ) : double
RunExtractors ( int reads ) : void

메소드 상세

Extract() 공개 정적인 메소드

public static Extract ( IFilesExtractor extractor, int idx, int reads ) : void
extractor IFilesExtractor
idx int
reads int
리턴 void

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void