Struct SyntaxTokenList.Reversed.Enumerator
Inherited Members
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public struct SyntaxTokenList.Reversed.Enumerator
Properties
Current
Declaration
public SyntaxToken Current { get; }
Property Value
| Type | Description |
|---|---|
| SyntaxToken |
Methods
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int |
Overrides
MoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| bool |