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

John 511 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#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 91,531 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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.