Jul 3, 2008 #1 Bones3 Programmer Jul 27, 2003 151 US How do you do it? You obviously can't place a property in an interface exposed for COM interop, and the following doesn't work either: Code: public interface IWhatever { int nElements { get; } } -Bones
How do you do it? You obviously can't place a property in an interface exposed for COM interop, and the following doesn't work either: Code: public interface IWhatever { int nElements { get; } } -Bones
Jul 26, 2008 #2 Guru7777 Programmer Dec 10, 2003 331 US Check this out. http://forums.msdn.microsoft.com/en-US/csharpgeneral/thread/7313191a-10db-4a16-9cdd-de9fb80b378a/ Specifically, the response by TaylorMichaelLMVP on Thursday, October 04, 2007 11:56:23 AM. I know I learned something reading it. ---------------------------------------- TWljcm8kb2Z0J3MgIzEgRmFuIQ== Upvote 0 Downvote
Check this out. http://forums.msdn.microsoft.com/en-US/csharpgeneral/thread/7313191a-10db-4a16-9cdd-de9fb80b378a/ Specifically, the response by TaylorMichaelLMVP on Thursday, October 04, 2007 11:56:23 AM. I know I learned something reading it. ---------------------------------------- TWljcm8kb2Z0J3MgIzEgRmFuIQ==