System.Xml.Xsl.Runtime.XmlQueryOutput.LookupPrefix C# (CSharp) Méthode

LookupPrefix() public méthode

Should never be called.
public LookupPrefix ( string ns ) : string
ns string
Résultat string
        public override string LookupPrefix(string ns) {
            throw new NotSupportedException();
        }