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.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Loretta.CodeAnalysis
Assembly: cs.temp.dll.dll
Syntax
public struct Enumerator
Properties
Current
The element the enumerator is at.
Declaration
public readonly SyntaxNodeOrToken Current { get; }
Property Value
Type | Description |
---|---|
SyntaxNodeOrToken |
Methods
MoveNext()
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()