Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WriteSubtree()
virtual
void
System.Xml.XPath.XPathNavigator.WriteSubtree
(
XmlWriter
writer
)
inline
virtual
inherited
Definition at line
835
of file
XPathNavigator.cs
.
836
{
837
if
(
writer
==
null
)
838
{
839
throw
new
ArgumentNullException(
"writer"
);
840
}
841
writer
.WriteNode(
this
,
defattr
:
true
);
842
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.writer
@ writer
References
System.writer
.
System
Xml
Xsl
Runtime
RtfTreeNavigator
Generated by
1.10.0