C# Class xsd2net.CodeGenerationContext

Mostra file Open project: dsrbecky/ColladaDOM Class Usage Examples

Public Methods

Method Description
CodeGenerationContext ( CodeNamespace code, XmlSchema schema, XPathDocument xPathDocument ) : System

Method Details

CodeGenerationContext() public method

public CodeGenerationContext ( CodeNamespace code, XmlSchema schema, XPathDocument xPathDocument ) : System
code System.CodeDom.CodeNamespace
schema System.Xml.Schema.XmlSchema
xPathDocument System.Xml.XPath.XPathDocument
return System