Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DescendantsAndSelf()
[1/2]
static
IEnumerable
<
XElement
> System.Xml.Linq.Extensions.DescendantsAndSelf
(
this
IEnumerable
<
XElement
?>
source
)
inline
static
Definition at line
143
of file
Extensions.cs
.
144
{
145
if
(
source
==
null
)
146
{
147
throw
new
ArgumentNullException(
"source"
);
148
}
149
return
GetDescendants(
source
,
null
,
self
:
true
);
150
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.source
@ source
References
System.source
.
System
Xml
Linq
Extensions
Generated by
1.10.0