Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsDocOrderDistinct
bool
System.Xml.Xsl.Runtime.XmlQueryNodeSequence.IsDocOrderDistinct
get
set
Definition at line
15
of file
XmlQueryNodeSequence.cs
.
16
{
17
get
18
{
19
if
(
_docOrderDistinct
!=
this
)
20
{
21
return
base.Count
<= 1;
22
}
23
return
true
;
24
}
25
set
26
{
27
_docOrderDistinct
= (
value
?
this
:
null
);
28
}
29
}
System.Xml.Xsl.Runtime.XmlQueryNodeSequence._docOrderDistinct
XmlQueryNodeSequence _docOrderDistinct
Definition
XmlQueryNodeSequence.cs:13
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
Xsl
Runtime
XmlQueryNodeSequence
Generated by
1.10.0