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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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