Struct SeparatedSyntaxList<TNode>.Enumerator
Inherited Members
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public struct SeparatedSyntaxList<TNode>.Enumerator
Properties
Current
Declaration
public TNode Current { get; }
Property Value
| Type | Description |
|---|---|
| TNode |
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 |
Reset()
Declaration
public void Reset()