C# 클래스 FrequencyAnalyzer.ResultContainer

Contains the result of the analysis (a Dictionary containing the word [key] and the number of occurences [value], the number of words in the document, and a boolean indicating whether the result is to be displayed in the taskpane or saved to CSV.
파일 보기 프로젝트 열기: angusmacdonald/word-frequency-analyzer 1 사용 예제들

공개 메소드들

메소드 설명
ResultContainer ( int>.Dictionary frequencies, int wordcount, bool forsave ) : System

메소드 상세

ResultContainer() 공개 메소드

public ResultContainer ( int>.Dictionary frequencies, int wordcount, bool forsave ) : System
frequencies int>.Dictionary
wordcount int
forsave bool
리턴 System