Struct SyntaxTriviaList.Reversed.Enumerator
The enumerator for reversed trivia lists.
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
Declaration
public readonly SyntaxTrivia Current { get; }
Property Value
Type | Description |
---|---|
SyntaxTrivia |
Methods
| Improve this Doc View SourceMoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |