System.Xml.Xsl.Runtime.XmlExtensionFunction.InferXmlType C# (CSharp) Method

InferXmlType() private method

Infer an Xml type from a Clr type using Xslt infererence rules
private InferXmlType ( Type clrType ) : XmlQueryType
clrType System.Type
return XmlQueryType
        private XmlQueryType InferXmlType(Type clrType) {
            return XsltConvert.InferXsltType(clrType);
        }
    }