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

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

public ChameleonKey ( string ns, Uri location ) : System.Collections
ns string
location Uri
Результат System.Collections
        public ChameleonKey(string ns, Uri location) {
            targetNS = ns;
            chameleonLocation = location;
        }