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

◆ Add() [3/4]

void ICollection< T >. System.Xml.Xsl.Runtime.XmlQuerySequence< T >.Add ( T value)
inlineprivate

Implements System.Collections.Generic.ICollection< T >.

Definition at line 122 of file XmlQuerySequence.cs.

123 {
124 throw new NotSupportedException();
125 }

Referenced by System.Xml.Xsl.Runtime.XmlCachedSequenceWriter.EndTree().