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

◆ WhitespaceRules

IList<WhitespaceRule> System.Xml.Xsl.Qil.QilExpression.WhitespaceRules
getset

Definition at line 106 of file QilExpression.cs.

107 {
108 get
109 {
110 return (IList<WhitespaceRule>)((QilLiteral)_wsRules).Value;
111 }
112 set
113 {
114 ((QilLiteral)_wsRules).Value = value;
115 }
116 }

Referenced by System.Xml.Xsl.XmlILGenerator.Generate().