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

◆ GetLateBoundObject()

object System.Xml.Xsl.Runtime.XmlQueryContext.GetLateBoundObject ( string namespaceUri)
inline

Definition at line 161 of file XmlQueryContext.cs.

162 {
163 if (_argList == null)
164 {
165 return null;
166 }
167 return _argList.GetExtensionObject(namespaceUri);
168 }
object? GetExtensionObject(string namespaceUri)

References System.Xml.Xsl.Runtime.XmlQueryContext._argList, and System.Xml.Xsl.XsltArgumentList.GetExtensionObject().

Referenced by System.Xml.Xsl.Runtime.XsltLibrary.CheckScriptNamespace().