C# Class 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.
Afficher le fichier Open project: angusmacdonald/word-frequency-analyzer Class Usage Examples

Méthodes publiques

Méthode Description
ResultContainer ( int>.Dictionary frequencies, int wordcount, bool forsave ) : System

Method Details

ResultContainer() public méthode

public ResultContainer ( int>.Dictionary frequencies, int wordcount, bool forsave ) : System
frequencies int>.Dictionary
wordcount int
forsave bool
Résultat System