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