Can anyone shed some light on the best way to enumerate a List<> using mono
embedding?  I have a managed method that returns a List<>, I need to
enumerate this list in c code using mono embedding.  I can't seem to find
any documentation or examples on this that provide a definitive answer on
how to do this.  I've tried GetEnumerator and MoveNext, but there appears to
be some kind of issue with the generic implementations.  





--
View this message in context: 
http://mono.1490590.n4.nabble.com/Mono-Embedding-List-enumeration-tp4666381.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to