Struct SyntaxList<TNode>.Enumerator
The enumerator for SyntaxList<TNode>.
Inherited Members
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 TNode Current { get; }
Property Value
Type | Description |
---|---|
TNode |
Methods
| Improve this Doc View SourceEquals(Object)
Not supported. Do not call.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.ValueType.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Not supported. Do not call.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.ValueType.GetHashCode()
|
Improve this Doc
View Source
MoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |
Reset()
Declaration
public void Reset()
Operators
| Improve this Doc View SourceEquality(SyntaxList<TNode>.Enumerator, SyntaxList<TNode>.Enumerator)
Not supported. Do not use.
Declaration
public static bool operator ==(SyntaxList<TNode>.Enumerator left, SyntaxList<TNode>.Enumerator right)
Parameters
Type | Name | Description |
---|---|---|
SyntaxList.Enumerator<> | left | |
SyntaxList.Enumerator<> | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(SyntaxList<TNode>.Enumerator, SyntaxList<TNode>.Enumerator)
Not supported. Do not use.
Declaration
public static bool operator !=(SyntaxList<TNode>.Enumerator left, SyntaxList<TNode>.Enumerator right)
Parameters
Type | Name | Description |
---|---|---|
SyntaxList.Enumerator<> | left | |
SyntaxList.Enumerator<> | right |
Returns
Type | Description |
---|---|
System.Boolean |