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

◆ Key()

System.Xml.Xsl.Xslt.Key.Key ( QilName name,
string match,
string use,
XslVersion xslVer )
inline

Definition at line 14 of file Key.cs.

15 : base(XslNodeType.Key, name, null, xslVer)
16 {
17 Match = match;
18 Use = use;
19 }
readonly string Match
Definition Key.cs:8

References System.Xml.Dictionary, System.match, and System.Xml.Xsl.Xslt.Key.Match.