Struct ChildSyntaxList.Reversed.Enumerator
Enumerates the nodes in this reversed children list.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Loretta.CodeAnalysis
Assembly: Loretta.CodeAnalysis.dll
Syntax
public struct Enumerator
Properties
| Improve this Doc View SourceCurrent
The element the enumerator is at.
Declaration
public readonly SyntaxNodeOrToken Current { get; }
Property Value
Type | Description |
---|---|
SyntaxNodeOrToken |
Methods
| Improve this Doc View SourceMoveNext()
Moves to the next element.
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean | Whether there was another element to move to. |
Reset()
Resets the enumerator to the last element.
Declaration
public void Reset()