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

◆ InDocumentOrder< T >()

static IEnumerable< T > System.Xml.Linq.Extensions.InDocumentOrder< T > ( this IEnumerable< T > source)
inlinestatic
Type Constraints
T :XNode 

Definition at line 187 of file Extensions.cs.

187 : XNode?
188 {
189 if (source == null)
190 {
191 throw new ArgumentNullException("source");
192 }
194 }

References System.Xml.Dictionary, and System.source.