I have a XmlSchemaSet member in my class which I want to serialize and also extract the schemas inside it. how do I do it ?
MSDN shows there's a schemas() member which returns a Collection of XmlSchemas, which you can Write() anywhere you like.
schemas()
XmlSchema
Write()