Struct TextLineCollection.Enumerator
Implements
System.Collections.IEnumerator<
TextLine>
Assembly: Loretta.CodeAnalysis.dll
Syntax
public struct Enumerator : IEnumerator
Properties
|
Improve this Doc
View Source
Current
Declaration
public readonly TextLine Current { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Not supported. Do not use.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Not supported. Do not use.
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
MoveNext()
Declaration
Returns
Operators
|
Improve this Doc
View Source
Equality(TextLineCollection.Enumerator, TextLineCollection.Enumerator)
Not supported. Do not use.
Declaration
public static bool operator ==(TextLineCollection.Enumerator left, TextLineCollection.Enumerator right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(TextLineCollection.Enumerator, TextLineCollection.Enumerator)
Not supported. Do not use.
Declaration
public static bool operator !=(TextLineCollection.Enumerator left, TextLineCollection.Enumerator right)
Parameters
Returns
Explicit Interface Implementations
|
Improve this Doc
View Source
IEnumerator.Current
Declaration
readonly object IEnumerator.Current { get; }
Returns
|
Improve this Doc
View Source
IEnumerator.MoveNext()
Declaration
bool IEnumerator.MoveNext()
Returns
|
Improve this Doc
View Source
IEnumerator.Reset()
Declaration
Implements
System.Collections.IEnumerator<>