System.Xml.XmlTextReaderImpl.NoNamespaceManager.LookupPrefix C# (CSharp) Method

LookupPrefix() public method

public LookupPrefix ( string uri ) : string
uri string
return string
            public override string LookupPrefix( string uri ) { return null; }
            public override bool HasNamespace( string prefix ) { return false; }