Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ PushExternalSubsetAsync()

Task< bool > IDtdParserAdapter. System.Xml.XmlTextReaderImpl.DtdParserProxy.PushExternalSubsetAsync ( string systemId,
string publicId )
inlineprivate

Implements System.Xml.IDtdParserAdapter.

Definition at line 473 of file XmlTextReaderImpl.cs.

474 {
475 return _reader.DtdParserProxy_PushExternalSubsetAsync(systemId, publicId);
476 }
async Task< bool > DtdParserProxy_PushExternalSubsetAsync(string systemId, string publicId)

References System.Xml.XmlTextReaderImpl.DtdParserProxy._reader, and System.Xml.XmlTextReaderImpl.DtdParserProxy_PushExternalSubsetAsync().