Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ 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.