System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer C# (CSharp) Method

CreateFromDataContractSerializer() public static method

public static CreateFromDataContractSerializer ( System type, System pathToMember, System &namespaces ) : string
type System
pathToMember System
namespaces System
return string
        public static string CreateFromDataContractSerializer(System.Type type, System.Reflection.MemberInfo[] pathToMember, out System.Xml.XmlNamespaceManager namespaces) { throw null; }
    }

Same methods

XPathQueryGenerator::CreateFromDataContractSerializer ( System type, System pathToMember, System rootElementXpath, System &namespaces ) : string
XPathQueryGenerator::CreateFromDataContractSerializer ( Type type, MemberInfo pathToMember, StringBuilder rootElementXpath, XmlNamespaceManager &namespaces ) : string
XPathQueryGenerator::CreateFromDataContractSerializer ( Type type, MemberInfo pathToMember, XmlNamespaceManager &namespaces ) : string