System.Xml.Schema.NamespaceListV1Compat.NamespaceListV1Compat C# (CSharp) Method

NamespaceListV1Compat() public method

public NamespaceListV1Compat ( string namespaces, string targetNamespace ) : System.Collections
namespaces string
targetNamespace string
return System.Collections
        public NamespaceListV1Compat(string namespaces, string targetNamespace) : base(namespaces, targetNamespace) {}
NamespaceListV1Compat