Struct TextLineCollection.Enumerator
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public struct TextLineCollection.Enumerator : IEnumerator<TextLine>, IEnumerator, IDisposable
Properties
Current
Declaration
public TextLine Current { get; }
Property Value
Methods
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
MoveNext()
Declaration
Returns
Implements