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

ChameleonKey() public méthode

public ChameleonKey ( string ns, Uri location ) : System.Collections
ns string
location Uri
Résultat System.Collections
        public ChameleonKey(string ns, Uri location) {
            targetNS = ns;
            chameleonLocation = location;
        }