Struct SyntaxList<TNode>.Enumerator
The enumerator for SyntaxList<TNode>.
Inherited Members
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
Declaration
public readonly TNode Current { get; }
Property Value
Type | Description |
---|---|
TNode |
Methods
Equals(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)
GetHashCode()
Not supported. Do not call.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.ValueType.GetHashCode()
MoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |
Reset()
Declaration
public void Reset()
Operators
Equality(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 |