J
Jayme Pechan
Is there a simple way to return a COM enumeration interface from .NET? I am
porting a C++ COM Object that has an enumeration interface containing the
DISPID_NEWENUM and DISPID_VALUE properties and the count property and need
to create the equivilant in C#. I'm hoping I can just return an array list
or something but something tells me it isn't that easy. Any thoughts on the
proper way to do this in C#? Thanks.
Jayme
porting a C++ COM Object that has an enumeration interface containing the
DISPID_NEWENUM and DISPID_VALUE properties and the count property and need
to create the equivilant in C#. I'm hoping I can just return an array list
or something but something tells me it isn't that easy. Any thoughts on the
proper way to do this in C#? Thanks.
Jayme