Exposing C# indexer to COM

How do I expose an C# indexer to a COM client There are no indexed properties in C#, I know, but is there some way of mapping an indexer to a (default) property.

Answer this question

Exposing C# indexer to COM

  • Exposing C# indexer to COM