Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Nodes< T >()
static
IEnumerable
<
XNode
> System.Xml.Linq.Extensions.Nodes<
T
>
(
this
IEnumerable
<
T
?>
source
)
inline
static
Type Constraints
T
:
XContainer
Definition at line
73
of file
Extensions.cs
.
73
: XContainer
74
{
75
if
(
source
==
null
)
76
{
77
throw
new
ArgumentNullException(
"source"
);
78
}
79
return
NodesIterator
(
source
);
80
}
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