AddRange

AddRange(IEnumerable<string>)

指定された単語のコレクションをこのインスタンスに追加しますSpellingCorrector.

public void AddRange(IEnumerable<string> words)
パラメータ タイプ 説明
words IEnumerable`1 辞書に追加する単語のコレクション。

例外

例外 調子
ArgumentNullException スローされるタイミングwordsヌル.

関連項目


AddRange(string[])

指定された単語のコレクションをこのインスタンスに追加しますSpellingCorrector.

public void AddRange(string[] words)
パラメータ タイプ 説明
words String[] 辞書に追加する単語のコレクション。

例外

例外 調子
ArgumentNullException スローされるタイミングwordsヌル.

関連項目