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

◆ NamespaceQuery() [2/2]

MS.Internal.Xml.XPath.NamespaceQuery.NamespaceQuery ( NamespaceQuery other)
inlineprivate

Definition at line 14 of file NamespaceQuery.cs.

15 : base(other)
16 {
17 _onNamespace = other._onNamespace;
18 }

References MS.Internal.Xml.XPath.NamespaceQuery._onNamespace.