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

◆ WhitespaceRuleLookup() [2/2]

System.Xml.Xsl.Runtime.WhitespaceRuleLookup.WhitespaceRuleLookup ( IList< WhitespaceRule > rules)
inline

Definition at line 78 of file WhitespaceRuleLookup.cs.

79 : this()
80 {
81 for (int num = rules.Count - 1; num >= 0; num--)
82 {
84 InternalWhitespaceRule internalWhitespaceRule = new InternalWhitespaceRule(whitespaceRule.LocalName, whitespaceRule.NamespaceName, whitespaceRule.PreserveSpace, -num);
85 if (whitespaceRule.LocalName == null || whitespaceRule.NamespaceName == null)
86 {
88 }
89 else
90 {
92 }
93 }
94 _ruleTemp = new InternalWhitespaceRule();
95 }
virtual int Add(object? value)

References System.Xml.Xsl.Runtime.WhitespaceRuleLookup._qnames, System.Xml.Xsl.Runtime.WhitespaceRuleLookup._ruleTemp, System.Xml.Xsl.Runtime.WhitespaceRuleLookup._wildcards, System.Collections.ArrayList.Add(), System.Collections.Generic.Dictionary< TKey, TValue >.Count, and System.Xml.Dictionary.