Struct SyntaxTriviaList.Enumerator
The enumerator for this trivia list.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
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 SyntaxTrivia Current { get; }
Property Value
| Type | Description |
|---|---|
| SyntaxTrivia |
Methods
MoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| System.Boolean |