I want to create a C# client library that uses ObservableCollection instead 
of List.

I can see that the csharp client generator has an option "useCollection" 
that replaces List with Collection in the generated object definition, but 
how do I tell it to replace List with ObservableCollection?  Since the 
deserializer uses reflection, I don't see an opportunity for me to supply 
an instance of ObservableCollection for Collection properties.


-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to