System.Xml.XmlBaseWriter.LookupNamespace C# (CSharp) Méthode

LookupNamespace() private méthode

private LookupNamespace ( string prefix ) : string
prefix string
Résultat string
        internal string LookupNamespace(string prefix)
        {
            if (prefix == null)
                return null;
            return _nsMgr.LookupNamespace(prefix);
        }