示例#1
0
 public async Task LoadSpellCheckerAsync(Stream stream)
 {
     _spellChecker = await SpellChecker.FromStreamAsync(stream);
 }