Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlEmptyElementListEnumerator.cs
Go to the documentation of this file.
1
using
System.Collections
;
2
3
namespace
System.Xml
;
4
5
internal
sealed
class
XmlEmptyElementListEnumerator
:
IEnumerator
6
{
7
public
object
Current
=>
null
;
8
9
public
XmlEmptyElementListEnumerator
(
XmlElementList
list
)
10
{
11
}
12
13
public
bool
MoveNext
()
14
{
15
return
false
;
16
}
17
18
public
void
Reset
()
19
{
20
}
21
}
System.Xml.XmlElementList
Definition
XmlElementList.cs:6
System.Xml.XmlEmptyElementListEnumerator.XmlEmptyElementListEnumerator
XmlEmptyElementListEnumerator(XmlElementList list)
Definition
XmlEmptyElementListEnumerator.cs:9
System.Xml.XmlEmptyElementListEnumerator.Current
object Current
Definition
XmlEmptyElementListEnumerator.cs:7
System.Xml.XmlEmptyElementListEnumerator.MoveNext
bool MoveNext()
Definition
XmlEmptyElementListEnumerator.cs:13
System.Xml.XmlEmptyElementListEnumerator.Reset
void Reset()
Definition
XmlEmptyElementListEnumerator.cs:18
System.Xml.XmlEmptyElementListEnumerator
Definition
XmlEmptyElementListEnumerator.cs:6
System.Collections.IEnumerator
Definition
IEnumerator.cs:4
System.Collections
Definition
BlockingCollection.cs:8
System.Xml
Definition
BaseRegionIterator.cs:1
System.ExceptionArgument.list
@ list
source
System.Private.Xml
System.Xml
XmlEmptyElementListEnumerator.cs
Generated by
1.10.0