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

◆ SendEndEvent()

static bool System.Xml.Xsl.XsltOld.CopyAttributesAction.SendEndEvent ( Processor processor,
XPathNavigator node )
inlinestaticprivate

Definition at line 76 of file CopyAttributesAction.cs.

77 {
78 return processor.EndEvent(XPathNodeType.Attribute);
79 }

References System.Xml.Dictionary.

Referenced by System.Xml.Xsl.XsltOld.CopyAttributesAction.Execute().