using the IEnumerable in C# with Word's SynonymInfo class library

John 506 Reputation points
2023-06-18T04:53:12.3666667+00:00

How would I use the IEnumerable properly when listing strings in a SynonymInfo class from Microsoft Word?

Microsoft 365 and Office | Word | For business | Windows
Developer technologies | C#
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 90,686 Reputation points
    2023-06-18T05:52:02.3166667+00:00

    Array implements IEnumerable

    Sample already posted that you did not even read :

    https://www.codeproject.com/Questions/1130740/Find-synonyms-using-microsoftword-in-Csharp

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.