System.Xml.Schema.NamespaceListV1Compat.NamespaceListV1Compat C# (CSharp) Метод

NamespaceListV1Compat() публичный Метод

public NamespaceListV1Compat ( string namespaces, string targetNamespace ) : System.Collections
namespaces string
targetNamespace string
Результат System.Collections
        public NamespaceListV1Compat(string namespaces, string targetNamespace) : base(namespaces, targetNamespace) {}
NamespaceListV1Compat