System.Xml.Xsl.Runtime.XmlQueryOutput.LookupPrefix C# (CSharp) Method

LookupPrefix() public method

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