[Mono-list] [ComVisible(true)]

Daniel Carrera dcarrera@math.toronto.edu
Sat, 27 Apr 2002 13:59:44 -0400 (EDT)


In the following property definition:

[C#]
[ComVisible(true)]
public string HelpNamespace {get; set;}


I suppose that [ComVisible(true)] refers to the Windows COM.

Does this affect in any way how I would do the stubb for this property?
I suppose not, but I want to check.


Thanks,
Daniel.