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
)
inline
static
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
}
193
return
DocumentOrderIterator
(
source
);
194
}
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.source
@ source
References
System.Xml.Dictionary
, and
System.source
.
System
Xml
Linq
Extensions
Generated by
1.10.0