System.Xml.Schema.NamespaceListV1Compat.NamespaceListV1Compat C# (CSharp) Méthode

NamespaceListV1Compat() public méthode

public NamespaceListV1Compat ( string namespaces, string targetNamespace ) : System.Collections
namespaces string
targetNamespace string
Résultat System.Collections
        public NamespaceListV1Compat(string namespaces, string targetNamespace) : base(namespaces, targetNamespace) {}
NamespaceListV1Compat