Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WriteDocType()
[1/2]
override
void
System.Xml.XmlEventCache.WriteDocType
(
string
name
,
string
pubid
,
string
sysid
,
string
subset
)
inline
Definition at line
301
of file
XmlEventCache.cs
.
302
{
303
AddEvent
(XmlEventType.DocType, name,
pubid
,
sysid
,
subset
);
304
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.XmlEventCache.AddEvent
void AddEvent(XmlEventType eventType)
Definition
XmlEventCache.cs:464
References
System.Xml.XmlEventCache.AddEvent()
.
System
Xml
XmlEventCache
Generated by
1.10.0